je
je
RRailway
Created by je on 4/3/2024 in #✋|help
Flask not working
no im asking what else do i put on the start command
42 replies
RRailway
Created by je on 4/3/2024 in #✋|help
Flask not working
do you know how i can allow the discord bot also?
42 replies
RRailway
Created by je on 4/3/2024 in #✋|help
Flask not working
when i remove gunicorn main:app from the start command it goes back to dev and loads the discord bot
42 replies
RRailway
Created by je on 4/3/2024 in #✋|help
Flask not working
yea i see why now
42 replies
RRailway
Created by je on 4/3/2024 in #✋|help
Flask not working
may you please help out, i still dont understand how gunicorn is blocking it
42 replies
RRailway
Created by je on 4/3/2024 in #✋|help
Flask not working
okay
42 replies
RRailway
Created by je on 4/3/2024 in #✋|help
Flask not working
nope
42 replies
RRailway
Created by je on 4/3/2024 in #✋|help
Flask not working
No description
42 replies
RRailway
Created by je on 4/3/2024 in #✋|help
Flask not working
isnt it already
42 replies
RRailway
Created by je on 4/3/2024 in #✋|help
Flask not working
ah okay
42 replies
RRailway
Created by je on 4/3/2024 in #✋|help
Flask not working
how do i fix it?
42 replies
RRailway
Created by je on 4/3/2024 in #✋|help
Flask not working
def run_flask():
app.run(port=5000)


def run_discord():
bot.run(TOKEN)

if __name__ == "__main__":
flask_thread = threading.Thread(target=run_flask)
discord_thread = threading.Thread(target=run_discord)
flask_thread.start()
discord_thread.start()
flask_thread.join()
discord_thread.join()
def run_flask():
app.run(port=5000)


def run_discord():
bot.run(TOKEN)

if __name__ == "__main__":
flask_thread = threading.Thread(target=run_flask)
discord_thread = threading.Thread(target=run_discord)
flask_thread.start()
discord_thread.start()
flask_thread.join()
discord_thread.join()
42 replies
RRailway
Created by je on 4/3/2024 in #✋|help
Flask not working
I have it like this
42 replies
RRailway
Created by je on 4/3/2024 in #✋|help
Flask not working
ah
42 replies
RRailway
Created by je on 4/3/2024 in #✋|help
Flask not working
and this will really help me out
42 replies
RRailway
Created by je on 4/3/2024 in #✋|help
Flask not working
because im hosting a dashboard with it also
42 replies
RRailway
Created by je on 4/3/2024 in #✋|help
Flask not working
right here before it said discord logging in
42 replies
RRailway
Created by je on 4/3/2024 in #✋|help
Flask not working
with it but its not loaded?
42 replies
RRailway
Created by je on 4/3/2024 in #✋|help
Flask not working
I have a discord bot
42 replies