try
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in -41s

This commit is contained in:
2025-03-24 16:48:32 +01:00
parent 8b90237388
commit 1f1ef29ab5

View File

@@ -19,7 +19,7 @@ def create_csv_file(csv_path=default_csv):
return "INFO :", csv_path, "existiert bereits"
def read_csv_file(csv_file="ausgaben.csv"):
def read_csv_file(csv_file=default_csv):
if os.path.exists(csv_file):
read_csv_file_ausgabe = []