forked from genewildish/Mainline
refactor: Declare _ntfy_message as global within the stream function.
This commit is contained in:
@@ -795,6 +795,7 @@ def _firehose_line(items, w):
|
||||
|
||||
|
||||
def stream(items):
|
||||
global _ntfy_message
|
||||
random.shuffle(items)
|
||||
pool = list(items)
|
||||
seen = set()
|
||||
|
||||
Reference in New Issue
Block a user