chore: remove trailing whitespace from README.md line 42

This commit is contained in:
retoor 2024-12-10 03:17:55 +00:00
parent 0c5fb4c3a6
commit 3d66fa146c

View File

@ -95,7 +95,7 @@ class Bot:
self.rsleepii()
rant = self.api.get_rant(rant_id)
for comment in rant.get("comments", []):
if self.names.get(self.username,"") in comment.get("body", ""):
if self.names.get(self.username, "") in comment.get("body", ""):
return True
return False