Skip to content

Commit 03c47be

Browse files
authored
Fix typo in host message
Thanks to SkipABeat for finding!
1 parent f960c01 commit 03c47be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beam.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -416,5 +416,5 @@ def watch_liveloading(self, handler=None):
416416
self.logger.info("- {} hosted the channel.".format(
417417
packet["data"][1]["hoster"]["token"]))
418418
self.send_message(
419-
"Thanks for the hosting the channel, @{}!".format(
419+
"Thanks for hosting the channel, @{}!".format(
420420
packet["data"][1]["hoster"]["token"]))

0 commit comments

Comments
 (0)