bank and account service is updated

This commit is contained in:
2024-12-03 15:53:36 +03:00
parent 7e4cec2d0b
commit efb528bd46
2 changed files with 3 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ if '/service_account_records' not in list(sys.path):
import re
from difflib import get_close_matches
from service_account_records.configs import AccountConfig
from configs import AccountConfig
def word_straighten(word, ref_list, threshold=0.8):