1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-01 11:34:53 +08:00

Opt: Reformat codes using Black

goodbye autopep8
This commit is contained in:
18870
2022-02-24 22:09:59 +08:00
parent 7bc84627fd
commit ab3c8531f4
11 changed files with 1040 additions and 728 deletions

View File

@@ -10,11 +10,7 @@ def run():
APPLICATION_ID = "929437173764223057"
RPC = Presence(APPLICATION_ID)
RPC.connect()
RPC.update(
state="Alas is playing Azurlane",
start=time.time(),
large_image='alas'
)
RPC.update(state="Alas is playing Azurlane", start=time.time(), large_image="alas")
def init_discord_rpc():
@@ -31,5 +27,5 @@ def close_discord_rpc():
process = None
if __name__ == '__main__':
init_discord_rpc()
if __name__ == "__main__":
init_discord_rpc()