Open tavdog opened 6 days ago
here is the code I'm running : `import pysurfline
spotId = "5842041f4e65fad6a7708de5"
spotforecasts = pysurfline.get_spot_forecasts(spotId) pysurfline.plot_surf_report( spotforecasts, barLabels=True )`
It just exits silently.
Did you make the call to the chart function, plot_surf_report? It’s not in the code you offered here
Yes, it's the last line in that code snippet.
here is the code I'm running :
`import pysurfline
spotId = "5842041f4e65fad6a7708de5"
spotforecasts = pysurfline.get_spot_forecasts(spotId) pysurfline.plot_surf_report( spotforecasts, barLabels=True )`
It just exits silently.