From a4e8137788e3a2e7bba207b2a4c2758f56ed6040 Mon Sep 17 00:00:00 2001 From: Barbeque Sauce Date: Wed, 11 Dec 2019 15:56:35 -0500 Subject: [PATCH] FIX: literally unusable --- mylar/webserve.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mylar/webserve.py b/mylar/webserve.py index 7db738de..ca749ab4 100644 --- a/mylar/webserve.py +++ b/mylar/webserve.py @@ -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']