This commit is contained in:
Govin 2024-06-14 18:52:24 +08:00 committed by GitHub
parent a8205e6ce0
commit b7439aa18d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -233,7 +233,6 @@ class UpdateSource:
update_file(user_log_file, "result_new.log")
print(f"Update completed! Please check the {user_final_file} file!")
self.update_progress(f"更新完成, 请检查{user_final_file}文件", 100, True)
self.stop()
except asyncio.exceptions.CancelledError:
print("Update cancelled!")