updated config

This commit is contained in:
2026-06-14 16:49:20 +05:30
parent 6ec74f1c64
commit 78887017a0
4 changed files with 114 additions and 12 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ class FileMonitor:
for bank_code in self.config.bank_codes:
remote_path = f"{self.config.sftp_base_path}/{bank_code}/UPI"
# Pattern for UPI files
# Pattern for UPI files
files = self.sftp_client.list_files(
remote_path,
pattern='*_UPI.txt.gz'