Skip to content

Commit

Permalink
manual fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rob committed Jul 26, 2023
2 parents 5a962c7 + 1d3bc3d commit 041a818
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion syscontrol/control_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ process_configuration_stop_time:
# run_daily_prices_updates:
# update_historical_prices: # everything in this block is passed as **kwargs to this method
# download_by_zone:
# Asia: '07:00'
# ASIA: '07:00'
# EMEA: '18:00'
# US: '20:00'
# _methods_on_completion: # and this block is passed to all methods that run on completion only
Expand Down
1 change: 1 addition & 0 deletions sysproduction/interactive_update_roll_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -913,3 +913,4 @@ def get_remaining_trades_possible_today_in_contracts_for_instrument(

if __name__ == "__main__":
interactive_update_roll_status()

0 comments on commit 041a818

Please sign in to comment.