new TODO: ne dela za več fileov

master
Kostanjevec 2022-06-14 02:15:34 +02:00
parent 17a15dd416
commit fb67c7a49f
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@ def upload_file():
script_path = os.path.dirname(os.path.abspath(__file__))
temp_path = os.path.join(script_path, "temp")
#a lot of stuff can wrong here and nobody may know
# @TODO ne dela za več fajlov
# a lot of stuff can wrong here and nobody may know
with tempfile.NamedTemporaryFile(dir=temp_path, delete=False) as fp:
fp.write(upload.stream.read())
path = fp.name