mirror of
https://github.com/evilhero/mylar
synced 2024-12-21 23:32:23 +00:00
FIX: literally unusable
This commit is contained in:
parent
2cd1f876ee
commit
e3c716da6d
1 changed files with 1 additions and 1 deletions
|
@ -2580,7 +2580,7 @@ class WebInterface(object):
|
|||
interval = str(mylar.CONFIG.DOWNLOAD_SCAN_INTERVAL) + ' mins'
|
||||
if 'version' in jb['JobName'].lower():
|
||||
status = mylar.VERSION_STATUS
|
||||
interval = str(mylar.CONFIG.CHECK_GITHUB_INTERVAL) + 'mins'
|
||||
interval = str(mylar.CONFIG.CHECK_GITHUB_INTERVAL) + ' mins'
|
||||
|
||||
if status != jb['Status'] and not('rss' in jb['JobName'].lower()):
|
||||
status = jb['Status']
|
||||
|
|
Loading…
Reference in a new issue