From c3bbda0e85cf22c6bd2cb6cf52e9a5e7c800c111 Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Fri, 31 Dec 2021 11:20:03 +0100 Subject: [PATCH] Changed name of repo file --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 789b8fa..749cc13 100644 --- a/app.py +++ b/app.py @@ -57,7 +57,7 @@ def upload_file(): file.save(path) # Run repo-add on the file - res = subprocess.run(["repo-add", path.parent.parent / "repo.db.tar.gz", path]) + res = subprocess.run(["repo-add", path.parent.parent / "pieter.db.tar.gz", path]) if res.returncode != 0: path.unlink()