fixup! add boilerplate code
This commit is contained in:
parent
32e65cf8e4
commit
d18cc3a848
1 changed files with 0 additions and 2 deletions
2
app.py
2
app.py
|
@ -11,7 +11,6 @@ import isodate
|
||||||
import json
|
import json
|
||||||
|
|
||||||
import util
|
import util
|
||||||
from auth import AuthProvider
|
|
||||||
|
|
||||||
|
|
||||||
startup_timestamp = datetime.now()
|
startup_timestamp = datetime.now()
|
||||||
|
@ -81,7 +80,6 @@ def main():
|
||||||
port = util.load_env('PORT', 8080)
|
port = util.load_env('PORT', 8080)
|
||||||
|
|
||||||
# Setup
|
# Setup
|
||||||
auth_provider = AuthProvider.from_environment()
|
|
||||||
|
|
||||||
util.run_tornado_server(make_app(auth_provider),
|
util.run_tornado_server(make_app(auth_provider),
|
||||||
server_port=port)
|
server_port=port)
|
||||||
|
|
Loading…
Add table
Reference in a new issue