This commit is contained in:
Moravčík, Marian 2020-05-07 12:29:00 +02:00
parent dcd8e78464
commit 71e3877417
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import os
from get_args import args
from config import base_url
socketio = SocketIO()
socketio = SocketIO(async_mode='threading')
def create_app():