Run even without proxies 🤦
This commit is contained in:
parent
82eaff5683
commit
5e8496eaaa
|
@ -131,6 +131,11 @@ async def amain():
|
|||
await asyncio.gather(*[
|
||||
mgr.writer(settings["proxies"][i % n_proxies]) for i in range(settings["n_bots"])
|
||||
], return_exceptions=True)
|
||||
else:
|
||||
await asyncio.gather(*[
|
||||
mgr.writer() for _ in range(settings["n_bots"])
|
||||
], return_exceptions=True)
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue