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