testing signal update

This commit is contained in:
evilhero 2019-04-16 10:09:48 -04:00
parent f6d71543aa
commit 3b459b065d
1 changed files with 1 additions and 1 deletions

View File

@ -319,4 +319,4 @@ def versionload():
if mylar.CONFIG.AUTO_UPDATE:
if mylar.CURRENT_VERSION != mylar.LATEST_VERSION and mylar.INSTALL_TYPE != 'win' and mylar.COMMITS_BEHIND > 0:
logger.info('Auto-updating has been enabled. Attempting to auto-update.')
#SIGNAL = 'update'
mylar.SIGNAL = 'update'