hostname is set from commandline now

This commit is contained in:
2020-12-11 22:12:27 +01:00
parent 342fa0cca3
commit c194164e3c
3 changed files with 16 additions and 4 deletions

View File

@ -1,9 +1,9 @@
from app_instance import api
from wiz_game import the_game
from starlette.websockets import WebSocketDisconnect
import asyncio
# don't define here, it's defined elsewhere!
#playing_lock = asyncio.Lock()