This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user