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

This commit is contained in:
morpheus65535 2022-05-02 23:37:35 -04:00
parent af95f70202
commit 79f81e0edb
1 changed files with 4 additions and 0 deletions

4
bazarr/get_args.py Normal file
View 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