Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit a8adb60

Browse files
author
DirectiveAthena
committed
Update twitch_channel.py
1 parent c2358c0 commit a8adb60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AthenaTwitchBot/models/twitch_channel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class TwitchChannel:
1717
name:str
1818

1919
def __post_init__(self):
20-
# remove any "#" if they exists
20+
# remove any "#" if they exist, so that all the __str__ casting happens the same way
2121
self.name = self.name.replace("#", "")
2222

2323
def __str__(self) -> str:

0 commit comments

Comments
 (0)