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