Skip to content

Commit

Permalink
Merge pull request #150 from oxzi/syntax-fix
Browse files Browse the repository at this point in the history
stream.py: fix syntax error
  • Loading branch information
mtsonline authored Feb 7, 2022
2 parents 60ca050 + 21fb868 commit 9d2852f
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 9d2852f

Please sign in to comment.