Closed einewton closed 6 years ago
This may be a windows only issue, but to resolve this change line 19 in db.py:
FROM: with open(output, 'a') as f:
TO: with open(output, 'a', newline='') as f:
Closed on https://github.com/bullsignals/binance-downloader/pull/16
This may be a windows only issue, but to resolve this change line 19 in db.py:
FROM: with open(output, 'a') as f:
TO: with open(output, 'a', newline='') as f: