Skip to content

Commit

Permalink
formatting (unwanted tabulation)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavydov committed Oct 23, 2022
1 parent 9d8ec8a commit 230be0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TwitchChannelPointsMiner/classes/WebSocketsPool.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def on_message(ws, message):

ws.last_message_timestamp = message.timestamp
ws.last_message_type_channel = message.identifier

streamer_index = get_streamer_index(ws.streamers, message.channel_id)
if streamer_index != -1:
try:
Expand Down

0 comments on commit 230be0d

Please sign in to comment.