randydev commited on
Commit
8b37fde
·
verified ·
1 Parent(s): d0ba745

Update chatbot/__init__.py

Browse files
Files changed (1) hide show
  1. 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.debug(e.value)
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(