updated config

This commit is contained in:
2026-06-12 21:55:29 +05:30
parent 8db52e0a5a
commit 63c03aa21c
4 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ class Config:
def _parse_bank_codes(self):
codes_str = os.getenv(
"BANK_CODES",
"0001"
"0012"
)
return [c.strip() for c in codes_str.split(",") if c.strip()]