chrisz / pyhusmow

Control your Husqvarna automower
GNU General Public License v3.0
59 stars 29 forks source link

Python returning AttributeError #4

Closed iotnl closed 7 years ago

iotnl commented 7 years ago

Hi, whilst running your awesome script on Raspbian Python3, I get...

_Traceback (most recent call last): File "husmow.py", line 335, in config = create_config(args) File "husmow.py", line 186, in create_config if args.expire_status: AttributeError: 'Namespace' object has no attribute 'expirestatus'

...and script exits. Basically irrespective of command line contents. Did I overlook anything?

Thanks!

chrisz commented 7 years ago

I just fix this problem. Thanks for reporting it :-).