David-Woroniuk / Historic_Crypto

An open source Python library for scraping Historical Cryptocurrency data.
MIT License
90 stars 30 forks source link

Added explicit regex #10

Closed jmfrank63 closed 3 years ago

jmfrank63 commented 3 years ago

Ups, while not wrong also unnecessary. I just realized that regex=True is the default. Might still be good, as others might fall into the same trap.

David-Woroniuk commented 3 years ago

You have asked to explicitly define a default argument. This has no impact on the outcome of the code, and shall not be merged.