flk / app.py
Geek7's picture
Update app.py
44c2304 verified
raw
history blame
136 Bytes
import os
if __name__ == "__main__":
# Run the shell script to start the Flask app with Gunicorn
os.system('./start_server.sh')