beeficecream / YNABDashboard

Resources required to setup and display Grafana dashboards using InfluxDB data generated through exporting and inserting YNAB budget data
GNU General Public License v3.0
43 stars 6 forks source link

Error running script #1

Closed mattdryden closed 4 years ago

mattdryden commented 4 years ago

https://github.com/beeficecream/YNABDashboard/blob/f039d3fa864f23bf1e10882e213bf5cce1a75367/python/main.py#L26

I don't know too much Python but pretty sure this is mean't to be json_file and not file? (feel free to delete this)

p.s awesome Dashboard

beeficecream commented 4 years ago

Nah it needs to remain a .py file. What issue are you having?

troub1 commented 4 years ago

I had this problem, too; created a pull #2 request for the fix.

beeficecream commented 4 years ago

Hey guys - disregard my initial comment, it was nonsense. I was using an app to display GitHub that didn't properly display the code comment.

You are 100% correct, that line should reference json_file instead of file. I'm updating source now.