Skip to content

Commit 2fcb460

Browse files
authored
Update README.md
1 parent bc93e51 commit 2fcb460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ twitch_miner = TwitchChannelPointsMiner(
248248
homeserver="matrix.org", # Matrix homeserver
249249
room_id="...", # Room ID
250250
events=[Events.STREAMER_ONLINE, Events.STREAMER_OFFLINE, Events.BET_LOSE], # Only these events will be sent to the chat
251-
)
251+
),
252252
pushover=Pushover(
253253
userkey="YOUR-ACCOUNT-TOKEN", # Login to https://pushover.net/, the user token is on the main page.
254254
token="YOUR-APPLICATION-TOKEN", # Create a application on the website, and use the token shown in your application.

0 commit comments

Comments
 (0)