Current Path : /home/numerotech/mosgreedingsmail.urbanedge.co.in/mos_birthday/ |
Current File : //home/numerotech/mosgreedingsmail.urbanedge.co.in/mos_birthday/wsgi.py |
from core import app # from core import app, socketio if __name__ == '__main__': # socketio.run(app,host='0.0.0.0',port=80,debug=True) # app.run(host='0.0.0.0',port=5002,debug=True) # threaded=True app.run(host='0.0.0.0',port=5003,threaded=True) # app.config.update