mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-17 15:22:10 +00:00
Troubleshooting
This commit is contained in:
@@ -2255,11 +2255,11 @@ if __name__ == "__main__":
|
|||||||
#threads.append(threading.Thread(target=client.run, args=(TOKEN,)))
|
#threads.append(threading.Thread(target=client.run, args=(TOKEN,)))
|
||||||
i = 0
|
i = 0
|
||||||
for worker in threads:
|
for worker in threads:
|
||||||
print(i)
|
logger.info(i)
|
||||||
worker.start()
|
worker.start()
|
||||||
i+=1
|
i+=1
|
||||||
for worker in threads:
|
for worker in threads:
|
||||||
print(i)
|
logger.info(i)
|
||||||
worker.join()
|
worker.join()
|
||||||
i+=1
|
i+=1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user