Skip to content

Commit

Permalink
cosmetic fix:)
Browse files Browse the repository at this point in the history
  • Loading branch information
nejc-skerjanc committed Oct 17, 2023
1 parent 084a89b commit 28609d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transmission/Communication.py
Original file line number Diff line number Diff line change
Expand Up @@ -2197,7 +2197,7 @@ async def commandResponseCheckParticipantsSBT(self, client: Client, message: Mes
if participantsGoalState is None:
raise Exception("There was an error when getting participants with NFT")

toSend: str = "Users that should be (but not yet) in community group (they have SBT), :\n"
toSend: str = "Users that should be (but not yet) in community group (they have SBT):\n"

await client.send_message(chat_id=chatID,
reply_to_message_id=messageThreadID,
Expand Down

0 comments on commit 28609d6

Please sign in to comment.