Skip to content

Commit

Permalink
fix return
Browse files Browse the repository at this point in the history
  • Loading branch information
ikifar2012 committed Jul 15, 2022
1 parent d2a3e04 commit f558902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion now-playing.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def index():
else:
message_count += 1

return 'OK Updated Now Playing - ' + str()
return 'OK Updated ' + str(now_playing_text)


def random_message():
Expand Down

0 comments on commit f558902

Please # to comment.