Skip to content

Commit

Permalink
Remove bad edit/replace
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoscon committed Aug 5, 2021
1 parent 9f93f52 commit 6293db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cryptofeed/exchanges/binance_futures.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ async def _open_interest(self, msg: dict, timestamp: float):
feed=self.id,
symbol=self.exchange_symbol_to_std_symbol(pair),
open_interest=oi,
timestamp=self.self.timestamp_normalize(msg['time']),
timestamp=self.timestamp_normalize(msg['time']),
receipt_timestamp=time.time()
)
self.open_interest[pair] = oi
Expand Down

0 comments on commit 6293db8

Please sign in to comment.