diff --git a/upload.py b/upload.py index 94b648e..19b46fc 100644 --- a/upload.py +++ b/upload.py @@ -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