1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-01-30 10:51:52 +00:00

Merge remote-tracking branch 'origin/hermes' into hermes

This commit is contained in:
Louis Vézina 2020-05-07 07:38:25 -04:00
commit 004e7943ea

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():