We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49aeca8 commit 8ae2cdbCopy full SHA for 8ae2cdb
afw_time/main.py
@@ -148,7 +148,7 @@ def make_responses_from_time(self) -> list[AFWResponse]:
148
),
149
AFWResponse(
150
title=self._time.time.format(arrow.FORMAT_RFC850),
151
- subtitle="The time[{self.zone}] as RFC850 Formaself._time.",
+ subtitle=f"The time[{self.zone}] as RFC850 Formaself._time.",
152
icon=self.icon_info,
153
154
]
0 commit comments