Skip to content

Commit

Permalink
typo with method
Browse files Browse the repository at this point in the history
  • Loading branch information
tblanarik committed Oct 19, 2024
1 parent 58c63c0 commit 7877944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hamalertmessage.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ def spot_deeplink(self):
return ""

def __str__(self):
return f'{self.received_time_pt.strftime("%H:%M")} | {self.callsign} | {self.spot_deeplink} | freq: {self.frequency} | mode: {self.mode} | loc: {self.summitRef}{self.wwffRef}'
return f'{self.received_time_pt.strftime("%H:%M")} | {self.callsign} | {self.spot_deeplink()} | freq: {self.frequency} | mode: {self.mode} | loc: {self.summitRef}{self.wwffRef}'

0 comments on commit 7877944

Please sign in to comment.