You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 26, 2024. It is now read-only.
First off, thank you so much for making this available!!
This is my absolute first thing I've used Python for or pulled from Github. So please excuse any noob issues.
I can not figure out how to change the URL that is being used in get_chart.py.
It looks like at the top it comes from rymscraper and then in rymscraper it looks like it comes from RymUrl.py where I can see a hard-coded path. When I update that path it has no effect on my get_chart script.
I see I can use the -U to change the URL, but that only exports 1 page and the escapes out because 'str' object has no attribute 'page'