fixing yet another dumb typo

This commit is contained in:
Raphy 2022-02-03 07:02:59 +01:00
parent b4809d5586
commit 977491a3f6
1 changed files with 1 additions and 1 deletions

2
bot.py
View File

@ -109,7 +109,7 @@ class Bot:
params = get_kwargs()
if type(text) != str:
log.warn("WARNING: f{text} is NOT a string!!!")
log.warn(f"WARNING: {text} is NOT a string!!!")
text = urllib.parse.quote_plus(text)