mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-14 01:02:59 -07:00
Remove blank line
This commit is contained in:
parent
3cf8c4f8a8
commit
1b09f225ff
1 changed files with 0 additions and 1 deletions
|
@ -326,7 +326,6 @@ def notify_custom_conditions(notifier_id=None, parameters=None):
|
|||
logger.error(u"Tautulli NotificationHandler :: Unable to evaluate custom condition logic: %s." % e)
|
||||
return False
|
||||
else:
|
||||
|
||||
evaluated_logic = all(evaluated_conditions[1:])
|
||||
logger.debug(u"Tautulli NotificationHandler :: Condition logic [blank]: %s > %s"
|
||||
% (' and '.join(['{%s}' % (i+1) for i in range(len(custom_conditions))]), evaluated_logic))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue