TheOtherDavid / CoinCheck

A simple app that checks a crypto coin price and sends an SMS alert if there has been a big move recently.
1 stars 0 forks source link

Code overwrites prices.csv #3

Closed TheOtherDavid closed 3 years ago

TheOtherDavid commented 3 years ago

Whenever we write to the CSV file, we overwrite the whole thing. We need to append to it, instead.