Skip to content

Commit

Permalink
refactor: remove unnecessary whitespace
Browse files Browse the repository at this point in the history
refactor: remove unnecessary whitespace
  • Loading branch information
itsHenry35 committed Dec 24, 2023
2 parents c8b38cf + 74f1e9b commit 1c430fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/download2.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def update_download_status():
aria2process.terminate()
stop_thread(thread)
time.sleep(0.1)

def switchpauseresume(button):
if button['text'] == '暂停':
jsonrpc.pauseAll()
Expand Down

0 comments on commit 1c430fe

Please sign in to comment.