debug-stat
This commit is contained in:
parent
78a3354d5f
commit
d34597e349
|
@ -203,6 +203,9 @@ class ViewedStorage:
|
|||
await self.update_pages()
|
||||
failed = 0
|
||||
except Exception:
|
||||
import traceback
|
||||
|
||||
traceback.print_exc()
|
||||
failed += 1
|
||||
print("[stat] - update failed #%d, wait 10 seconds" % failed)
|
||||
if failed > 3:
|
||||
|
|
Loading…
Reference in New Issue
Block a user