Fixed a typo

This commit is contained in:
echel0n 2014-04-15 09:22:17 -07:00
commit 62196a231a
2 changed files with 2 additions and 2 deletions

View file

@ -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 =

View file

@ -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']