mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-21 05:35:35 +08:00
Fix: AzurStats.clear()
This commit is contained in:
@@ -54,7 +54,7 @@ class AzurStats:
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
def clear(self):
|
def clear(self):
|
||||||
self.images = {}
|
self.images = []
|
||||||
|
|
||||||
def _user_agent(self):
|
def _user_agent(self):
|
||||||
return f'Alas ({self.config.AZURSTAT_ID})'
|
return f'Alas ({self.config.AZURSTAT_ID})'
|
||||||
|
|||||||
Reference in New Issue
Block a user