refactor: Declare _ntfy_message as global within the stream function.

This commit is contained in:
2026-03-14 18:28:15 -07:00
parent b8b38cd0ad
commit ed3006677f

View File

@@ -795,6 +795,7 @@ def _firehose_line(items, w):
def stream(items): def stream(items):
global _ntfy_message
random.shuffle(items) random.shuffle(items)
pool = list(items) pool = list(items)
seen = set() seen = set()