mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-16 06:42:10 +00:00
Troubleshooting
This commit is contained in:
@@ -2253,10 +2253,15 @@ if __name__ == "__main__":
|
|||||||
#threads.append(threading.Thread(target=waitress_run))
|
#threads.append(threading.Thread(target=waitress_run))
|
||||||
threads.append(threading.Thread(target=flask_debug, args=(logger,)))
|
threads.append(threading.Thread(target=flask_debug, args=(logger,)))
|
||||||
#threads.append(threading.Thread(target=client.run, args=(TOKEN,)))
|
#threads.append(threading.Thread(target=client.run, args=(TOKEN,)))
|
||||||
|
i = 0
|
||||||
for worker in threads:
|
for worker in threads:
|
||||||
|
print(i)
|
||||||
worker.start()
|
worker.start()
|
||||||
|
i+=1
|
||||||
for worker in threads:
|
for worker in threads:
|
||||||
|
print(i)
|
||||||
worker.join()
|
worker.join()
|
||||||
|
i+=1
|
||||||
|
|
||||||
# widok - generuje się 5 stron po 4 linki
|
# widok - generuje się 5 stron po 4 linki
|
||||||
# odśwież - zamienić na "dalej" - zaciąga kolejne 20 rezultatów
|
# odśwież - zamienić na "dalej" - zaciąga kolejne 20 rezultatów
|
||||||
|
|||||||
Reference in New Issue
Block a user