add binus_payment for payoff bonus

This commit is contained in:
Viacheslav Tretiakov
2024-12-27 17:56:26 +07:00
parent ce321a0f11
commit a2f12485aa
9 changed files with 92 additions and 3 deletions

2
app.py
View File

@@ -67,7 +67,7 @@ def run_import():
if file_extension == '.csv':
files.append(os.path.join(r, file))
print('Scan .scv files: ', files)
print('Scan .csv files: ', files)
for f in files:
log_file_name = f'{f}-{time.strftime("%Y%m%d-%H%M%S", time.localtime())}.log'