@@ -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()]
The note is not visible to the blocked user.