From 38ee0e959bce3811aa623f346da8a146198c4a9f Mon Sep 17 00:00:00 2001 From: barbequesauce Date: Tue, 14 May 2019 10:02:21 -0400 Subject: [PATCH] FIX: notify on some cases of bad import data --- mylar/webserve.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mylar/webserve.py b/mylar/webserve.py index 7654458d..5ee44406 100644 --- a/mylar/webserve.py +++ b/mylar/webserve.py @@ -4465,7 +4465,8 @@ class WebInterface(object): movedata = [] for result in results: - if result is None: + if result is None or result == 'None': + logger.info('[IMPORT] Ultron gave me bad information, this issue wont import correctly: %s' & DynamicName) break if result['WatchMatch']: