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