diff options
| author | Igor <50257429+igorechek06@users.noreply.github.com> | 2022-01-29 21:14:12 +0900 |
|---|---|---|
| committer | Igor <50257429+igorechek06@users.noreply.github.com> | 2022-01-29 21:14:12 +0900 |
| commit | a0ca366d55703a0ebf8e376f2c2147568fcc328c (patch) | |
| tree | 72416b6173adf8bb12e98acfcd3f782253a40120 | |
| parent | 88e115413be0fc764a3d2300dd7ae059d140080a (diff) | |
| download | karpov_ai_bot-a0ca366d55703a0ebf8e376f2c2147568fcc328c.tar.gz karpov_ai_bot-a0ca366d55703a0ebf8e376f2c2147568fcc328c.zip | |
Added a space
| -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 | ||
