mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-11 01:07:36 +08:00
Merge remote-tracking branch 'origin/development' into development
This commit is contained in:
commit
368dc7e379
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