mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
Del: Remove AzurStats upload
This commit is contained in:
parent
aeab621087
commit
41e9f19780
@ -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