1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-17 21:35:24 +08:00

Add: Auto update

This commit is contained in:
18870
2022-01-10 00:42:40 +08:00
parent 50e8dca574
commit cb3249deb6
13 changed files with 90 additions and 39 deletions

View File

@@ -26,3 +26,7 @@ def init_discord_rpc():
def close_discord_rpc():
global process
process.terminate()
if __name__ == '__main__':
init_discord_rpc()