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