diff options
| -rw-r--r-- | handlers/img.py | 2 |
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 | ||
| 31 | def удалить(name: str): | 31 | def удалить(name: str): |
| 32 | run(f"rm -rf tmp/*{name}*") | 32 | run(f"rm -rf tmp/*{name}*") |
| 33 | 33 | ||
