add missing F

This commit is contained in:
Prokop Randacek
2022-03-21 10:11:45 +01:00
parent e9dc76a860
commit 9b80c21d0a

View File

@@ -81,5 +81,5 @@ async def enter_matrix_token(evt: CommandEvent) -> EventID:
except InvalidAccessToken:
return await evt.reply("Failed to verify access token.")
return await evt.reply(
"Replaced your Telegram account's Matrix puppet with {puppet.custom_mxid}."
f"Replaced your Telegram account's Matrix puppet with {puppet.custom_mxid}."
)