Spaces:
Running
Running
Update chatbot/__init__.py
Browse files- chatbot/__init__.py +1 -0
chatbot/__init__.py
CHANGED
@@ -55,6 +55,7 @@ class Randydev(Client):
|
|
55 |
try:
|
56 |
await super().start()
|
57 |
except FloodWait as e:
|
|
|
58 |
await asyncio.sleep(e.value)
|
59 |
self.start_time = time.time()
|
60 |
LOGS.info(
|
|
|
55 |
try:
|
56 |
await super().start()
|
57 |
except FloodWait as e:
|
58 |
+
LOGS.debug(e.value)
|
59 |
await asyncio.sleep(e.value)
|
60 |
self.start_time = time.time()
|
61 |
LOGS.info(
|