浏览代码

minor changes

master
Madiwka3 4 年前
父节点
当前提交
b3f7d80a17
共有 1 个文件被更改,包括 6 次插入6 次删除
  1. +6
    -6
      main.py

+ 6
- 6
main.py 查看文件

@@ -32,14 +32,14 @@ while True:
print("CHANGED") print("CHANGED")
activity = { activity = {
"state": title, # anything you like "state": title,
"details": f'Listening to {artists} -', # anything you like "details": f'Listening to {artists} -',
"assets": { "assets": {
"small_text": "Adobe", # anything you like "small_text": "Yandex",
"small_image": "og-image", # must match the image key "small_image": "og-image",
"large_text": "ADOBE", # anything you like "large_text": "Madi",
"large_image": "pongnew" # must match the image key "large_image": "pongnew"
} }
} }
rpc_obj.set_activity(activity) rpc_obj.set_activity(activity)


||||||
x
 
000:0
正在加载...
取消
保存