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):
|
def stream(items):
|
||||||
|
global _ntfy_message
|
||||||
random.shuffle(items)
|
random.shuffle(items)
|
||||||
pool = list(items)
|
pool = list(items)
|
||||||
seen = set()
|
seen = set()
|
||||||
|
|||||||
Reference in New Issue
Block a user