update newdj_message

This commit is contained in:
Ben Harris 2021-09-15 09:53:37 -04:00
parent 352bfa30de
commit fd09bdfd7e
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ class Module(ModuleManager.BaseModule):
# a different dj is online
if self.dj != "" and self.dj != previous_dj:
newdj_message = f"{self.dj} is now online playing {self.song}! tune in here now: {LISTEN_URL}"
newdj_message = f"{self.dj} is now streaming on tilderadio! tune in here now: {LISTEN_URL}"
# post toot to @tilderadio
self.mastodon.toot(newdj_message)