Skip to content

Commit

Permalink
fix print
Browse files Browse the repository at this point in the history
  • Loading branch information
Nixellion committed Jun 2, 2023
1 parent f376426 commit 12cb216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ def notifier_task_hash(task, label=""):
break

else:
print(f"Label did not match expire label pattern: {label} ({notify_regex})")
print(f"Label did not match expire label pattern: {label} ({expire_regex})")
except Exception as e:
print(f"Failed processing expiration for task ({label}): {e}")

Expand Down

0 comments on commit 12cb216

Please sign in to comment.