diff --git a/modify_csv.py b/modify_csv.py index e2e67fe..d9ee045 100755 --- a/modify_csv.py +++ b/modify_csv.py @@ -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 = []