Skip to content

Commit

Permalink
events refactoring fix1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyzverev committed Aug 11, 2023
1 parent 34417ed commit 8df9bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recon_lw/recon_lw.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def rule_flush(current_ts, horizon_delay, match_index, time_index, message_cache
#request already processed through different key
continue

results = interpret_func([message_cache_pop(item, message_cache) for item in elem],live_orders_cache,event_sequence)
results = interpret_func([message_cache_pop(item, message_cache) for item in elem],live_orders_cache,events_saver)
# result = interpret_func(message_cache_pop(elem[0], message_cache),
# message_cache_pop(elem[1], message_cache), event_sequence)
if results is not None:
Expand Down

0 comments on commit 8df9bed

Please sign in to comment.