coinbase-samples / prime-order-book-py

Sample real-time order book via the Coinbase Prime API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How does ./ behave on windows?

rcbgr opened this issue · comments

commented

conn = sqlite3.connect('./prime_orderbook.db')

Is the current directly implied (i.e., can you remove)?