mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
Del: Remove AzurStats upload
(cherry picked from commit 41e9f197800b9cd3e67083b5b4d277aa08e100ca)
This commit is contained in:
parent
9b135b17ad
commit
4d76a4341d
@ -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