diff options
Diffstat (limited to 'python/ops/funds.py')
| -rw-r--r-- | python/ops/funds.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/ops/funds.py b/python/ops/funds.py index aea44f1e..f4d9c1d1 100644 --- a/python/ops/funds.py +++ b/python/ops/funds.py @@ -85,7 +85,7 @@ class Serenitas(Fund, fund_name="SERCGMAST"): @staticmethod def upload(buf, dest): - ftp = FtpClient.from_creds("serenitas") + ftp = FtpClient.from_creds("globeop") ftp.client.cwd("incoming") ftp.client.put(buf, dest) |
