From a0ca366d55703a0ebf8e376f2c2147568fcc328c Mon Sep 17 00:00:00 2001 From: Igor <50257429+igorechek06@users.noreply.github.com> Date: Sat, 29 Jan 2022 21:14:12 +0900 Subject: Added a space --- handlers/img.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: await bot.download_file_by_id(file_id, destination=f"tmp/{name}.jpg") return name - + def удалить(name: str): run(f"rm -rf tmp/*{name}*") -- cgit v1.2.3