aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/upload_umb_bonds.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/python/upload_umb_bonds.py b/python/upload_umb_bonds.py
index b6d75339..17b005f0 100644
--- a/python/upload_umb_bonds.py
+++ b/python/upload_umb_bonds.py
@@ -20,4 +20,6 @@ if __name__ == "__main__":
default=False,
)
args = parser.parse_args()
- upload_to_umb(args.trade_date, not args.no_upload)
+ upload_to_umb(
+ upload=not args.no_upload, fund="SERCGMAST", trade_date=args.trade_date
+ )