@@ -2255,11 +2255,11 @@ if __name__ == "__main__":
#threads.append(threading.Thread(target=client.run, args=(TOKEN,)))
i = 0
for worker in threads:
print(i)
logger.info(i)
worker.start()
i+=1
worker.join()
The note is not visible to the blocked user.