Kirk Trombley 3 년 전
부모
커밋
2973cb7aac
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,