randydev commited on
Commit
2dee48c
1 Parent(s): 206840f

Update chatbot/__init__.py

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