Skip to content

Commit

Permalink
dbg dot_save_ob
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyzverev committed Sep 29, 2023
1 parent 7be1e71 commit adca2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recon_lw/recon_ob.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def process_operations_batch(operations_batch, events, book_id, book, check_book
log_book["operation_params"] = initial_parameters
log_book["source_msg_id"] = mess["messageId"]
if log_books_filter is None or log_books_filter(log_book):
log_books_collection.append(log_book)
#log_books_collection.append(log_book)
obs.append(log_book)
# log_event = recon_lw.create_event("OrderBook:" + mess["sessionId"],
# "OrderBook",
Expand Down

0 comments on commit adca2e7

Please sign in to comment.