diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-06-24 23:39:05 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-06-24 23:39:05 +0530 |
commit | e52c18a09cabd374093b06ef0f521767cd228ba6 (patch) | |
tree | 6548d357ba45e75334da8c225a0c6cd5f77f0850 /run.py |
make it better
Diffstat (limited to 'run.py')
-rw-r--r-- | run.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +#! /usr/bin/env python +from app import app +app.run(debug=True, host="0.0.0.0", port=8080) |