diff options
Diffstat (limited to 'python/process_queue.py')
| -rw-r--r-- | python/process_queue.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/process_queue.py b/python/process_queue.py index aef32033..d426a2af 100644 --- a/python/process_queue.py +++ b/python/process_queue.py @@ -712,9 +712,9 @@ def upload_buf( ftp.client.cwd("incoming") ftp.put(buf, dest) elif fund == "BOWDST": - # sftp = SftpClient.from_creds("hm_globeop") - # sftp.client.chdir("incoming") - # sftp.put(buf, dest) + sftp = SftpClient.from_creds("hm_globeop") + sftp.client.chdir("incoming") + sftp.put(buf, dest) em = ExchangeMessage() recipients = ( "caagtradecapture@bnymellon.com", |
