Skip to content

Commit

Permalink
stream.py: fix syntax error
Browse files Browse the repository at this point in the history
Seems to be introduced by 3d33368 and
just merged in 60ca050.
  • Loading branch information
oxzi committed Feb 7, 2022
1 parent 60ca050 commit 21fb868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def bbb_browser():
if args.chatMsg:
tmp_chatMsg = ' '.join(args.chatMsg).strip('"')
tmp_chatMsg = "{0}: {1}".format(tmp_chatMsg, tmp_chatUrl)
else if tmp_chatCustomMsg != '':
elif tmp_chatCustomMsg != '':
tmp_chatMsg = tmp_chatCustomMsg
else:
tmp_chatMsg = "Recording in progress!"
Expand Down

0 comments on commit 21fb868

Please sign in to comment.