This commit is contained in:
Otto Winter 2018-06-04 20:47:29 +02:00
parent 1a92381994
commit e9ced0cc3f
No known key found for this signature in database
GPG key ID: DB66C0BE6013F97E

View file

@ -456,7 +456,6 @@ def flush_tasks():
_TASKS.append((task, domain))
except StopIteration:
_LOGGER.debug(" -> %s finished", domain)
pass
def add(expression, require=True):