mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-21 21:34:48 +08:00
Minor fix for release update.
This commit is contained in:
parent
bed98832ed
commit
cda6cc5b53
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ from get_args import args
|
|||
from config import settings, bazarr_url
|
||||
from queueconfig import notifications
|
||||
|
||||
if not args.no_update:
|
||||
if not args.no_update and not args.release_update:
|
||||
import git
|
||||
|
||||
current_working_directory = os.path.dirname(os.path.dirname(__file__))
|
||||
|
|
Loading…
Reference in a new issue