mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 22:03:13 -07:00
Fixed a typo
This commit is contained in:
parent
ffe14122fc
commit
62196a231a
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
# For more information, visit https://github.com/clinton-hall/nzbToMedia/wiki
|
||||
|
||||
[General]
|
||||
verision_notify = 1
|
||||
version_notify = 1
|
||||
auto_update = 0
|
||||
git_path =
|
||||
git_user =
|
||||
|
|
|
@ -173,7 +173,7 @@ def initialize():
|
|||
CFG = config()
|
||||
|
||||
# load git cfg info
|
||||
VERSION_NOTIFY = int(CFG['General']['verision_notify'])
|
||||
VERSION_NOTIFY = int(CFG['General']['version_notify'])
|
||||
AUTO_UPDATE = int(CFG['General']['auto_update'])
|
||||
GIT_PATH = CFG['General']['git_path']
|
||||
GIT_USER = CFG['General']['git_user']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue