Hello, To run using python3 on ubuntu 20.04, I had to change line 57 from `for key in config.iterkeys():` to `for key in config:`
Hello,
To run using python3 on ubuntu 20.04,
I had to change line 57 from
for key in config.iterkeys():to
for key in config: