Skip to content

Commit

Permalink
Update about TT meaning.
Browse files Browse the repository at this point in the history
  • Loading branch information
helioloureiro committed Aug 30, 2024
1 parent a894410 commit a5090ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mastodon-toot-thursday.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit a5090ff

Please sign in to comment.