mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-17 09:55:29 +08:00
Del: Remove AzurStats upload
This commit is contained in:
@@ -217,10 +217,10 @@ class AzurStats:
|
|||||||
save_thread = threading.Thread(
|
save_thread = threading.Thread(
|
||||||
target=self._save, args=(image, genre, filename))
|
target=self._save, args=(image, genre, filename))
|
||||||
save_thread.start()
|
save_thread.start()
|
||||||
if upload:
|
# if upload:
|
||||||
upload_thread = threading.Thread(
|
# upload_thread = threading.Thread(
|
||||||
target=self._upload, args=(image, genre, filename))
|
# target=self._upload, args=(image, genre, filename))
|
||||||
upload_thread.start()
|
# upload_thread.start()
|
||||||
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user