Search found 1 match

by wifsimster
Wednesday 08 October 2014 8:44
Forum: Python
Topic: Python script for Netatmo weather station
Replies: 144
Views: 55500

Re: Python script for Netatmo weather station

Hi,

I've a little problem with the scrip execution :


Traceback (most recent call last):
File "netatmo.py", line 530, in <module>
main()
File "netatmo.py", line 524, in main
token = GetToken()
File "netatmo.py", line 228, in GetToken
token = LoadToken()
File "netatmo.py", line 224, in ...