Changed name of repo file

main
Jef Roosens 2021-12-31 11:20:03 +01:00
parent 63af040a38
commit c3bbda0e85
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -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()