diff --git a/mastodon-toot-thursday.py b/mastodon-toot-thursday.py index df7680f..e35c41a 100755 --- a/mastodon-toot-thursday.py +++ b/mastodon-toot-thursday.py @@ -52,8 +52,8 @@ def doTheLottery(self): self.followingList = awardedList def send(self): - text = '#TT \n' - footer = '\n#TootThursday' + text = 'TootThursday: suggested profiles to be followed.\n' + footer = '\n#TT\n#TootThursday' size_limit = 500 # from mastodon page for username in self.followingList: username = '@' + username + '\n'