Hey there @themarkymark thanks so much for building this tool!
Today I went to check my Pending Token Payouts and noticed an error:
Here's the code in case it helps:
AttributeError: module 'streamlit' has no attribute 'expander'
Traceback:
File "/app/.heroku/python/lib/python3.9/site-packages/streamlit/script_runner.py", line 338, in _run_script
exec(code, module.__dict__)
File "/app/app.py", line 42, in <module>
main()
File "/app/app.py", line 32, in main
page.app()
File "/app/posttokens.py", line 19, in app
with st.expander(post["title"]):
Hopefully this is an okay place to post this - wasn't sure the best way to let you know.
Fixed, Heroku wasn't running the latest version of a specific python module so I had to force it.