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

This commit is contained in:
2025-10-20 14:04:35 +02:00
parent 121b70c77d
commit 990b7a9c81

View File

@@ -14,7 +14,8 @@ def check_csv_file_create_new():
return str(csv_file)
default_csv = "ausgaben_month/" + check_csv_file_create_new()
# + check_csv_file_create_new())
default_csv = str("ausgaben_month/ausgaben.csv")
def create_csv_file(csv_path=default_csv):