mirror of
https://github.com/rangermix/TwitchDropsMiner.git
synced 2026-05-26 23:19:39 +00:00
Fix missing tags array breaking get_stream (#281)
This commit is contained in:
@@ -50,7 +50,7 @@ class Stream:
|
||||
game=settings["game"],
|
||||
viewers=stream["viewersCount"],
|
||||
title=settings["title"],
|
||||
tags=stream["tags"],
|
||||
tags=stream["tags"] or [],
|
||||
)
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user