diff options
Diffstat (limited to 'python/citco_ops')
| -rw-r--r-- | python/citco_ops/utils.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/citco_ops/utils.py b/python/citco_ops/utils.py index aedcc931..41450a36 100644 --- a/python/citco_ops/utils.py +++ b/python/citco_ops/utils.py @@ -167,6 +167,10 @@ class CitcoSubmission(Deal, deal_type=None, table_name="citco_submission"): ) return html + @classmethod + def _init_sftp(cls): + return SftpClient.from_creds("citco", folder="/outgoing/notifications") + _recipients = { "ISOSEL": ( |
