Update gunicorn_config.py
This commit is contained in:
parent
2b7962dcfe
commit
0b1f91f5b7
|
@ -5,9 +5,3 @@ keepalive = 5
|
|||
loglevel = "debug"
|
||||
errorlog = "/home/ircd/ircBridgeV3/gunicorn-error.log"
|
||||
accesslog = "/home/ircd/ircBridgeV3/gunicorn-access.log"
|
||||
|
||||
def on_starting(server):
|
||||
from irc_bot import bot
|
||||
print("[GUNICORN MASTER] Starting IRC bot...")
|
||||
bot.connect()
|
||||
bot.start()
|
Loading…
Reference in New Issue