Skip to content

Commit

Permalink
Fix multiline f-string
Browse files Browse the repository at this point in the history
  • Loading branch information
ApsiV11 committed Oct 10, 2024
1 parent ad970e3 commit 97a35ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vaalilakanabot2024.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@ def parse_fiirumi_posts(context=updater.bot):
if has_new_posts:
last_poster = question["last_poster_username"]
_announce_to_channels(
f"""<b>Uusia vastauksia Fiirumilla!</b>\n
{title}\n{BASE_URL}/t/{slug}/{t_id}/{posts_count}\n
Viimeisin vastaaja: {last_poster}"""
f"""<b>Uusia vastauksia Fiirumilla!</b>
{title}\n{BASE_URL}/t/{slug}/{t_id}/{posts_count}
Viimeisin vastaaja: {last_poster}"""
)


Expand Down

0 comments on commit 97a35ab

Please sign in to comment.