no log: fixed ImportError when Bazarr update itself from 1.0.4 without the daemon process being restarted.

pull/1831/head v1.0.5-beta.1
morpheus65535 2 years ago
parent af95f70202
commit 79f81e0edb

@ -0,0 +1,4 @@
# coding=utf-8
# This is required to prevent daemon (bazarr.py) from raising an ImportError Exception after upgrading from 1.0.4
from .app.get_args import args # noqa: W0611
Loading…
Cancel
Save