1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 16:47:03 +08:00

Del: Remove AzurStats upload

This commit is contained in:
LmeSzinc
2024-07-12 00:17:10 +08:00
parent aeab621087
commit 41e9f19780

View File

@@ -217,10 +217,10 @@ class AzurStats:
save_thread = threading.Thread(
target=self._save, args=(image, genre, filename))
save_thread.start()
if upload:
upload_thread = threading.Thread(
target=self._upload, args=(image, genre, filename))
upload_thread.start()
# if upload:
# upload_thread = threading.Thread(
# target=self._upload, args=(image, genre, filename))
# upload_thread.start()
return True