update deps, change config to restore changes, color overdue red in main, in loan color based on state
This commit is contained in:
@@ -49,11 +49,6 @@ def generate_report():
|
||||
loan_action_date,
|
||||
]
|
||||
)
|
||||
# #print(table)
|
||||
# # wruitng the table to a file
|
||||
# with open("report.txt", "w", encoding="utf-8") as f:
|
||||
# f.write(str(table))
|
||||
|
||||
tsv_table = table.get_csv_string().replace(",", "\t")
|
||||
# write the file
|
||||
with open(report_path, "w", encoding="utf-8") as f:
|
||||
|
||||
Reference in New Issue
Block a user