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

This commit is contained in:
2025-10-20 14:14:11 +02:00
parent 990b7a9c81
commit 57611162bd
3 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ def check_csv_file_create_new():
# + check_csv_file_create_new())
default_csv = str("ausgaben_month/ausgaben.csv")
default_csv = str("ausgaben_month/" + check_csv_file_create_new())
def create_csv_file(csv_path=default_csv):
@@ -47,7 +47,7 @@ def read_csv_file(csv_file=default_csv):
return read_csv_file_ausgabe
else:
create_csv_file()
read_csv_file()
return read_csv_file()
def write_csv_file(