@@ -30,9 +30,9 @@ async def root()->dict:
def create_dirs():
dirs_to_create=("./DB",
"./upload",
"./upload_bad",
"./upload_finished")
"./uploads/upload",
"./uploads/upload_bad",
"./uploads/upload_finished")
for x in dirs_to_create:
Path(x).mkdir(parents=True, exist_ok=True)
The note is not visible to the blocked user.