mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-11 01:07:36 +08:00
Fox for no-update
This commit is contained in:
parent
9d4e4483e0
commit
97b456835b
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
from get_argv import config_dir
|
||||
from get_argv import config_dir, no_update
|
||||
|
||||
from get_settings import get_general_settings
|
||||
|
||||
|
@ -8,7 +8,8 @@ import sqlite3
|
|||
import json
|
||||
import requests
|
||||
|
||||
import git
|
||||
if not no_update:
|
||||
import git
|
||||
|
||||
current_working_directory = os.path.dirname(os.path.dirname(__file__))
|
||||
|
||||
|
|
Loading…
Reference in a new issue