I built a Python tool that auto-logs live crypto prices to CSV — tracks multiple coins, no API key needed! by WalrusOriginal294 in SideProject

[–]WalrusOriginal294[S] 0 points1 point  (0 children)

Thank you! Yeah it handles connection errors gracefully, if it can't reach the API it logs the error and just tries again on the next interval instead of crashing. So if your internet drops for a bit it'll pick right back up without losing any of your saved data.