Skip to content

Commit 85b686a

Browse files
committed
Fix it again
1 parent f0ec64f commit 85b686a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beam.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ def watch_constellation(self):
375375
if message["payload"]["following"]:
376376
self.send_message(
377377
"Thanks for the follow, @{} !".format(
378-
message["payload"]["user"]["username"]))
378+
message["payload"]["user"]["username"]))
379379
self.logger.info("- {} followed.".format(
380380
message["payload"]["user"]["username"]))
381381
elif "subscribed" in message["channel"]:

0 commit comments

Comments
 (0)