mirror of
https://github.com/evilhero/mylar
synced 2025-01-03 05:24:43 +00:00
testing signal update
This commit is contained in:
parent
f6d71543aa
commit
3b459b065d
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue