mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 06:07:59 +08:00
Revert "Del: Remove AzurStats upload"
This reverts commit 41e9f197
This commit is contained in:
parent
e1a469fcee
commit
4a16b0c5ac
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user