Continue development of new transaction page

This commit is contained in:
Lucas Mathews
2024-06-02 23:18:46 +02:00
parent aa865e008d
commit 1e95d2b605
7 changed files with 36 additions and 33 deletions

View File

@@ -117,7 +117,6 @@ 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)