Skip to content

Commit

Permalink
Update start.sh
Browse files Browse the repository at this point in the history
To fix the problem of Flood Wait when logging in to Telegram
  • Loading branch information
musa-42 authored Feb 17, 2023
1 parent 952aa81 commit 744121a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
gunicorn main:main --workers 4 --threads 4 --bind 0.0.0.0:8000 --timeout 86400 --worker-class aiohttp.GunicornWebWorker & python -m bot
gunicorn main:main --bind 0.0.0.0:8000 --timeout 86400 --worker-class aiohttp.GunicornWebWorker & python -m bot

0 comments on commit 744121a

Please sign in to comment.