reduce sleep to 0.5 seconds

master
Egg 2023-01-29 11:30:55 +01:00
parent d5c9981efd
commit a94afbaecf
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ if __name__ == '__main__':
for bot2 in bots:
bot2.post(user, status)
logger.info("Resent: %d %s %s" % (user.uid, status.author, status.text))
sleep(1)
sleep(0.5)
except Exception:
logger.error("Shutdown.", exc_info=True)
shutdown()