no log: fixed ImportError when Bazarr update itself from 1.0.4 without the daemon process being restarted.
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…
Reference in new issue