added wsgi.py to replace fcgi

This commit is contained in:
advaithm 2021-03-05 11:44:21 +05:30 committed by Hector Martin
parent 660054fe5e
commit 262c6b048a

4
wsgi.py Normal file
View File

@ -0,0 +1,4 @@
from app import app
if __name__ == '__main__':
app.run()