aboutsummaryrefslogtreecommitdiffstats
path: root/python/report_ops
diff options
context:
space:
mode:
Diffstat (limited to 'python/report_ops')
-rw-r--r--python/report_ops/services.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/python/report_ops/services.py b/python/report_ops/services.py
index 8bebfe9a..3c4d51bc 100644
--- a/python/report_ops/services.py
+++ b/python/report_ops/services.py
@@ -53,4 +53,6 @@ def get_service(account_counterparty):
case "BONY":
return BNY
case "BBH":
- return Service[account_counterparty]
+ return Service["BRINKER"]
+ case _:
+ return None