Skip to content

Commit 8ae2cdb

Browse files
committed
Fix bug
1 parent 49aeca8 commit 8ae2cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

afw_time/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def make_responses_from_time(self) -> list[AFWResponse]:
148148
),
149149
AFWResponse(
150150
title=self._time.time.format(arrow.FORMAT_RFC850),
151-
subtitle="The time[{self.zone}] as RFC850 Formaself._time.",
151+
subtitle=f"The time[{self.zone}] as RFC850 Formaself._time.",
152152
icon=self.icon_info,
153153
),
154154
]

0 commit comments

Comments
 (0)