Skip to content

Commit

Permalink
Fix bug when client version update by update client version on every …
Browse files Browse the repository at this point in the history
…requests
  • Loading branch information
bossoq committed Sep 22, 2022
1 parent 8bbbbc0 commit 896515f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TwitchChannelPointsMiner/classes/Twitch.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def post_gql_request(self, json_data):
"Client-Id": CLIENT_ID,
"Client-Integrity": self.post_integrity(),
"Client-Session-Id": self.client_session,
"Client-Version": self.client_version,
"Client-Version": self.update_client_version(),
"User-Agent": self.user_agent,
"X-Device-Id": self.device_id,
},
Expand Down

0 comments on commit 896515f

Please sign in to comment.