diff options
Diffstat (limited to 'python/collateral/jpm.py')
| -rw-r--r-- | python/collateral/jpm.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/python/collateral/jpm.py b/python/collateral/jpm.py index 5c0584a4..22753570 100644 --- a/python/collateral/jpm.py +++ b/python/collateral/jpm.py @@ -10,14 +10,16 @@ logger = logging.getLogger(__name__) paths = { "Serenitas": ["NYops", "Margin Calls JPM"], "BowdSt": ["BowdoinOps", "Margin JPM"], + "Selene": ["SeleneOps", "Margin JPM"], } accounts = { "BowdSt": "909271", "Serenitas": "923550", + "Selene": "1001279", } -passwords = {"BowdSt": "tm64EO", "Serenitas": "JV3RJu"} +passwords = {"BowdSt": "tm64EO", "Serenitas": "JV3RJu", "Selene": "s3agvz"} def load_file(d, fund): |
