super_user and services updated

This commit is contained in:
2024-12-05 18:59:46 +03:00
parent 88f94c37c2
commit 88309eb49d
20 changed files with 317 additions and 116 deletions

View File

@@ -1,7 +1,7 @@
import sys
if '/service_account_records' not in list(sys.path):
sys.path.append('/service_account_records')
if "/service_account_records" not in list(sys.path):
sys.path.append("/service_account_records")
from decimal import Decimal

View File

@@ -1,7 +1,7 @@
import sys
if '/service_account_records' not in list(sys.path):
sys.path.append('/service_account_records')
if "/service_account_records" not in list(sys.path):
sys.path.append("/service_account_records")
import re