Skip to content

Commit

Permalink
error to concat str+int
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-zhilov committed Oct 4, 2023
1 parent 34fc2d0 commit 36b4a08
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 @@ -230,7 +230,7 @@ def process_ob_rules(sequenced_batch: SortedKeyList, books_cache: dict, get_book
continue
#messages_chunk.extend(options.mfr.expand_message(mess))
n_processed += 1
print ("Got next chunk: " + n_processed)
print(f"Got next chunk: {n_processed}")
return n_processed
process_market_data_update(messages_chunk, events, books_cache, get_book_id_func,
update_book_rule,
Expand Down

0 comments on commit 36b4a08

Please sign in to comment.