event list token updated
This commit is contained in:
@@ -56,7 +56,7 @@ def account_records_find_decision_book():
|
||||
created_ibans.append(account_record.iban)
|
||||
except Exception as e:
|
||||
print("Exception of find_decision_book ln:55", e)
|
||||
if not found_iban.build_id: # It is in database already
|
||||
if not getattr(found_iban, 'build_id', None): # It is in database already
|
||||
iban_build_dict["iban"] = account_record.iban
|
||||
iban_build_dict["build_id"] = None
|
||||
else:
|
||||
@@ -329,9 +329,11 @@ def send_accounts_to_decision_payment():
|
||||
|
||||
|
||||
def account_records_service() -> None:
|
||||
print('Account Records Service is running...')
|
||||
account_records_find_decision_book()
|
||||
account_records_search()
|
||||
send_accounts_to_decision_payment()
|
||||
print('Account Records Service is finished...')
|
||||
return
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user