Add downloading

This commit is contained in:
2022-01-09 20:12:06 +03:00
parent f062b41ce8
commit 42ebed5503
5 changed files with 135 additions and 31 deletions

View File

@@ -1,5 +1,5 @@
from app.services.file_uploader import FileUploader
from app.services.storages import StoragesContainer
async def on_start():
await FileUploader.prepare()
await StoragesContainer.prepare()