feat/ntfy-local #6

Merged
genewildish merged 3 commits from feat/ntfy-local into main 2026-03-15 01:42:15 +00:00
Showing only changes of commit ed3006677f - Show all commits

View File

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