diff options
| -rw-r--r-- | python/globeop_new_strategy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/globeop_new_strategy.py b/python/globeop_new_strategy.py index 42ccdee7..b23db23f 100644 --- a/python/globeop_new_strategy.py +++ b/python/globeop_new_strategy.py @@ -41,7 +41,7 @@ class NewStrategyEmail( </body> </html>""" ), - to_recipients=("fyu@lmcg.com",), + to_recipients=_new_strategy_recipients[fund], cc_recipients=_cc_recipients[fund], ) |
