Advertisement
Guest User

Untitled

a guest
Aug 24th, 2020
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.21 KB | None | 0 0
  1. async for account in self.accs_gen():
  2.     ses = container.alchemy_session_class(container, account)
  3.  
  4.     proxy = next(proxy_gen)
  5.     c = TelegramClient(ses, 611335, 'd524b414d21f4d37f08684c1df41ac9c', proxy=proxy)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement