Kirk Trombley 3 years ago
parent
commit
2973cb7aac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/groupme_driver.py

+ 1 - 1
drivers/groupme_driver.py

@@ -81,7 +81,7 @@ class GroupMeBot(rollbot.Rollbot[GroupMeMessage]):
             "text": text,
             "attachments": attachments,
         }
-        self.context.logginer.info(f"Sending: {body}")
+        self.context.logger.info(f"Sending: {body}")
         result = await self.context.request.post(
             "https://api.groupme.com/v3/bots/post",
             json=body,