FIX: literally unusable

This commit is contained in:
Barbeque Sauce 2019-12-11 15:56:35 -05:00 committed by evilhero
parent 2cd1f876ee
commit e3c716da6d
1 changed files with 1 additions and 1 deletions

View File

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