From 7e4cec2d0b2522c9f27d6bdc82194849031ee244 Mon Sep 17 00:00:00 2001 From: berkay Date: Tue, 3 Dec 2024 15:33:37 +0300 Subject: [PATCH] bank and account service is updated --- service_account_records/app_accounts.py | 2 +- service_account_records/regex_func.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/service_account_records/app_accounts.py b/service_account_records/app_accounts.py index 3feb4e8..f9c87fb 100644 --- a/service_account_records/app_accounts.py +++ b/service_account_records/app_accounts.py @@ -1,6 +1,6 @@ import sys -if '/service_app_banks' not in list(sys.path): +if '/service_account_records' not in list(sys.path): sys.path.append('/service_account_records') from decimal import Decimal diff --git a/service_account_records/regex_func.py b/service_account_records/regex_func.py index 3555b3e..9e22ee2 100644 --- a/service_account_records/regex_func.py +++ b/service_account_records/regex_func.py @@ -1,6 +1,6 @@ import sys -if '/service_app_banks' not in list(sys.path): +if '/service_account_records' not in list(sys.path): sys.path.append('/service_account_records') import re