I have edited like this but there is another problem. What is the wrong statement here?
while True: # Loop indefinitely
# Make the Twitch API request
response = requests.get(https://api.twitch.tv/helix/streams, params=&game_id=33214, headers={"p1fynh1uq4**********5lge5erl": client_id})
Error:
SyntaxError: invalid syntax
Can you help me?