mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-11 09:17:47 +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
|
from get_settings import get_general_settings
|
||||||
|
|
||||||
|
@ -8,6 +8,7 @@ import sqlite3
|
||||||
import json
|
import json
|
||||||
import requests
|
import requests
|
||||||
|
|
||||||
|
if not no_update:
|
||||||
import git
|
import git
|
||||||
|
|
||||||
current_working_directory = os.path.dirname(os.path.dirname(__file__))
|
current_working_directory = os.path.dirname(os.path.dirname(__file__))
|
||||||
|
|
Loading…
Reference in a new issue