Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tblanarik committed Oct 19, 2024
1 parent 406d8f3 commit 58c63c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def combine_messages(self, m1, m2):
return f"{m1}\n{m2}"

def get_last_message(self):
last_message_entity = self.table.query_for_entity(self.callsign)
last_message_entity = self.table.query_for_entity(self.ham.callsign)
if self.is_entity_recent(last_message_entity):
messageId = last_message_entity['MessageId']
existing_message = self.discord_http.get_message_from_id(messageId)
Expand Down

0 comments on commit 58c63c0

Please sign in to comment.