-1

Can you run a flask server with

python main.py

instead of the export flask app thingy?

Sonicx180
  • 1
  • 5

1 Answers1

0

yes, assuming your main.py file contains

if __name__ == '__main__':
    app.run()
Andrew Clark
  • 850
  • 7
  • 13