Skip to content

Commit

Permalink
single quotes:
Browse files Browse the repository at this point in the history
  • Loading branch information
tblanarik committed Oct 19, 2024
1 parent 21bc974 commit 406d8f3
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 406d8f3

Please sign in to comment.