Procházet zdrojové kódy

minor changes

master
Madiwka3 před 3 roky
rodič
revize
b3f7d80a17
1 změnil soubory, kde provedl 6 přidání a 6 odebrání
  1. +6
    -6
      main.py

+ 6
- 6
main.py Zobrazit soubor

@@ -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)


Načítá se…
Zrušit
Uložit