Update
This commit is contained in:
9
run.py
9
run.py
@@ -1,6 +1,11 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: UTF-8 -*-
|
||||
|
||||
__author__ = 'RemiZOffAlex'
|
||||
__copyright__ = '(c) RemiZOffAlex'
|
||||
__license__ = 'MIT'
|
||||
__email__ = 'remizoffalex@mail.ru'
|
||||
__url__ = 'https://remizoffalex.ru'
|
||||
|
||||
from myapp import app as application
|
||||
|
||||
application.run(debug = True, host= '0.0.0.0', port=8000)
|
||||
application.run(debug=True, host='0.0.0.0', port=8000)
|
||||
|
||||
Reference in New Issue
Block a user