Started implementation of new_transacion page and other minor changes

This commit is contained in:
Lucas Mathews
2024-05-31 18:27:18 +02:00
parent b6d798251f
commit fd2622ac2c
7 changed files with 151 additions and 29 deletions

View File

@@ -117,6 +117,7 @@ def get_transactions(account_id):
def get_account(account_id):
"""Retrieves the account details for the given account_id."""
print(f"Getting account details for account_id: {account_id}")
try:
with open('application\\session_data.json', 'r') as f:
session_data = json.load(f)