Skip to content

Commit

Permalink
server run() should use global state (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
m4wh6k authored Dec 5, 2022
1 parent 402f62d commit 8a3aefc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0
0.8.1
2 changes: 2 additions & 0 deletions src/boardwalkd/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -943,6 +943,8 @@ async def run(
url: str,
):
"""Starts the tornado server and IO loop"""
global state

app = make_app(
auth_expire_days=auth_expire_days,
auth_method=auth_method,
Expand Down

0 comments on commit 8a3aefc

Please sign in to comment.