In my code I use rich library (manual update), new version crashes.
for social_network, net_info in progress1.track(site_data.items(), description=""):
File "/home/snoop/.local/lib/python3.7/site-packages/rich/progress.py", line 710, in track
progress.refresh()
NameError: name 'progress' is not defined
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
I rolled back to the stable version of the rich == 1.2.3 library which has no problems.
snooppr/snoop#33