Refactored some things
This commit is contained in:
parent
3f3713a43c
commit
abb2d546f7
5 changed files with 2 additions and 21 deletions
|
@ -139,14 +139,5 @@ def get_current_time():
|
|||
|
||||
|
||||
# Run the example
|
||||
if __name__ == '__main__':
|
||||
app.run(host='0.0.0.0', port=5000)
|
||||
import time
|
||||
from flask import Flask
|
||||
import flask_sqlalchemy
|
||||
import flask_praetorian
|
||||
import flask_cors
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run(debug=debug, host=host, port=port)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue