You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Thank you for putting this on the web. Your documentation is great.
I've written a small script to get the value from WU & push it out to other devices in my network but can't seem to grab the returned value. This is what I have
import os
os.system("pywu fetch api-key 12345")
a = os.system("pywu -f 1 current temp_f")
print(a)
The results are
50 from pywu as show on console
0 from the value of a
Is this even possible?
thanks
The text was updated successfully, but these errors were encountered:
Hi,
Thank you for putting this on the web. Your documentation is great.
I've written a small script to get the value from WU & push it out to other devices in my network but can't seem to grab the returned value. This is what I have
import os
os.system("pywu fetch api-key 12345")
a = os.system("pywu -f 1 current temp_f")
print(a)
The results are
50 from pywu as show on console
0 from the value of a
Is this even possible?
thanks
The text was updated successfully, but these errors were encountered: