From 16fe9ed3afc4e1df3d7d39c6d054503d7c470bad Mon Sep 17 00:00:00 2001 From: Alessandro Maggio Date: Thu, 18 Feb 2021 22:15:50 +0100 Subject: [PATCH] Just a little fix, currently in testing - No difference, only good code :rofl: --- TwitchChannelPointsMiner/classes/entities/Stream.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TwitchChannelPointsMiner/classes/entities/Stream.py b/TwitchChannelPointsMiner/classes/entities/Stream.py index ee70b61..99b378f 100644 --- a/TwitchChannelPointsMiner/classes/entities/Stream.py +++ b/TwitchChannelPointsMiner/classes/entities/Stream.py @@ -17,12 +17,13 @@ class Stream(object): "tags", "drops_tags", "campaigns", + "campaigns_ids", "viewers_count", - "__last_update", "spade_url", "payload", "watch_streak_missing", "minute_watched", + "__last_update", "__minute_watched_timestamp", ]