From b3f7d80a1761deebe6f0f33ac4c7e29e0397dc22 Mon Sep 17 00:00:00 2001 From: Madiwka3 Date: Fri, 3 Sep 2021 11:36:17 +0600 Subject: [PATCH] minor changes --- main.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/main.py b/main.py index 3a075cf..c20aaf7 100644 --- a/main.py +++ b/main.py @@ -32,14 +32,14 @@ while True: print("CHANGED") activity = { - "state": title, # anything you like - "details": f'Listening to {artists} -', # anything you like + "state": title, + "details": f'Listening to {artists} -', "assets": { - "small_text": "Adobe", # anything you like - "small_image": "og-image", # must match the image key - "large_text": "ADOBE", # anything you like - "large_image": "pongnew" # must match the image key + "small_text": "Yandex", + "small_image": "og-image", + "large_text": "Madi", + "large_image": "pongnew" } } rpc_obj.set_activity(activity)