aboutsummaryrefslogtreecommitdiff
path: root/handlers/img.py
diff options
context:
space:
mode:
authorIgor <50257429+igorechek06@users.noreply.github.com>2022-01-29 21:14:12 +0900
committerIgor <50257429+igorechek06@users.noreply.github.com>2022-01-29 21:14:12 +0900
commita0ca366d55703a0ebf8e376f2c2147568fcc328c (patch)
tree72416b6173adf8bb12e98acfcd3f782253a40120 /handlers/img.py
parent88e115413be0fc764a3d2300dd7ae059d140080a (diff)
downloadkarpov_ai_bot-a0ca366d55703a0ebf8e376f2c2147568fcc328c.tar.gz
karpov_ai_bot-a0ca366d55703a0ebf8e376f2c2147568fcc328c.zip
Added a space
Diffstat (limited to 'handlers/img.py')
-rw-r--r--handlers/img.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/handlers/img.py b/handlers/img.py
index 61606f3..19c3b4f 100644
--- a/handlers/img.py
+++ b/handlers/img.py
@@ -27,7 +27,7 @@ async def скачать(name: str) -> str:
27 await bot.download_file_by_id(file_id, destination=f"tmp/{name}.jpg") 27 await bot.download_file_by_id(file_id, destination=f"tmp/{name}.jpg")
28 return name 28 return name
29 29
30 30
31def удалить(name: str): 31def удалить(name: str):
32 run(f"rm -rf tmp/*{name}*") 32 run(f"rm -rf tmp/*{name}*")
33 33