Mohammed Foud commited on
Commit
d0f5094
·
1 Parent(s): a8c9705
Files changed (1) hide show
  1. join.py +1 -1
join.py CHANGED
@@ -311,7 +311,7 @@ async def join_groups():
311
  await client.start(PHONE_NUMBER)
312
  me = await client.get_me()
313
  logging.info(f"Logged in as {me.first_name} (ID: {me.id})")
314
- await asyncio.sleep(SLEEP_TIME)
315
 
316
  # Fetch all groups/channels the user is already a member of
317
  user_groups = await get_user_groups(client)
 
311
  await client.start(PHONE_NUMBER)
312
  me = await client.get_me()
313
  logging.info(f"Logged in as {me.first_name} (ID: {me.id})")
314
+
315
 
316
  # Fetch all groups/channels the user is already a member of
317
  user_groups = await get_user_groups(client)