This commit is contained in:
BIN
files/__pycache__/modify_csv.cpython-313.pyc
Normal file
BIN
files/__pycache__/modify_csv.cpython-313.pyc
Normal file
Binary file not shown.
BIN
files/__pycache__/read_cat.cpython-313.pyc
Normal file
BIN
files/__pycache__/read_cat.cpython-313.pyc
Normal file
Binary file not shown.
@@ -15,7 +15,7 @@ def check_csv_file_create_new():
|
|||||||
|
|
||||||
|
|
||||||
# + 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):
|
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
|
return read_csv_file_ausgabe
|
||||||
else:
|
else:
|
||||||
create_csv_file()
|
create_csv_file()
|
||||||
read_csv_file()
|
return read_csv_file()
|
||||||
|
|
||||||
|
|
||||||
def write_csv_file(
|
def write_csv_file(
|
||||||
|
|||||||
Reference in New Issue
Block a user