mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
fix issues with previous 2 commits. fixes #378
This commit is contained in:
parent
e099a71bc0
commit
59ff450d25
3 changed files with 15 additions and 11 deletions
|
@ -189,11 +189,8 @@
|
|||
# Mylar port.
|
||||
#myport=8090
|
||||
|
||||
# Mylar username.
|
||||
#myusername=
|
||||
|
||||
# Mylar password.
|
||||
#mypassword=
|
||||
# Mylar api key.
|
||||
#myapikey=
|
||||
|
||||
# Mylar uses ssl (0, 1).
|
||||
#
|
||||
|
@ -205,6 +202,11 @@
|
|||
# set this if using a reverse proxy.
|
||||
#myweb_root=
|
||||
|
||||
# Mylar wait_for
|
||||
#
|
||||
# Set the number of minutes to wait after calling the force process, to check the issue has changed status.
|
||||
#myswait_for=1
|
||||
|
||||
## Gamez
|
||||
|
||||
# Gamez script category.
|
||||
|
|
|
@ -33,11 +33,8 @@
|
|||
# Mylar port.
|
||||
#myport=8090
|
||||
|
||||
# Mylar username.
|
||||
#myusername=
|
||||
|
||||
# Mylar password.
|
||||
#mypassword=
|
||||
# Mylar api key.
|
||||
#myapikey=
|
||||
|
||||
# Mylar uses ssl (0, 1).
|
||||
#
|
||||
|
@ -49,6 +46,11 @@
|
|||
# set this if using a reverse proxy.
|
||||
#myweb_root=
|
||||
|
||||
# Mylar wait_for
|
||||
#
|
||||
# Set the number of minutes to wait after calling the force process, to check the issue has changed status.
|
||||
#myswait_for=1
|
||||
|
||||
# Mylar watch directory.
|
||||
#
|
||||
# set this to where your Mylar completed downloads are.
|
||||
|
|
|
@ -230,7 +230,7 @@ def initialize(section=None):
|
|||
GIT_BRANCH = CFG['General']['git_branch'] or 'dev'
|
||||
FORCE_CLEAN = CFG["General"]["force_clean"]
|
||||
FFMPEG_PATH = CFG["General"]["ffmpeg_path"]
|
||||
CHECK_MEDIA = int(CFG["General"]["check_Media"]
|
||||
CHECK_MEDIA = int(CFG["General"]["check_Media"])
|
||||
|
||||
# Check for updates via GitHUB
|
||||
if versionCheck.CheckVersion().check_for_new_version():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue