juliankoh / etherscan_py

Powerful wrapper over Etherscan API
MIT License
7 stars 5 forks source link

Remove exception raising when no new tx are found #4

Closed wirelessfuture closed 3 years ago

wirelessfuture commented 3 years ago

Instead of raising an Exception, just return the result as your script seems to be able to handle situations where no transactions are found.