mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-07-01 18:55:24 +02:00
Initial structure for discordbot addition
This commit is contained in:
6
webapp/run_c9.py
Normal file
6
webapp/run_c9.py
Normal file
@ -0,0 +1,6 @@
|
||||
from run import app, init_debug
|
||||
import os
|
||||
|
||||
if __name__ == "__main__":
|
||||
init_debug()
|
||||
app.run(host=os.getenv('IP', '0.0.0.0'), port=int(os.getenv('PORT', 8080)), debug=True)
|
Reference in New Issue
Block a user