mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-22 07:42:32 +00:00
no log: fixed ImportError when Bazarr update itself from 1.0.4 without the daemon process being restarted.
This commit is contained in:
parent
af95f70202
commit
79f81e0edb
1 changed files with 4 additions and 0 deletions
4
bazarr/get_args.py
Normal file
4
bazarr/get_args.py
Normal file
|
@ -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 a new issue