Fixed bug when posting to WOW

This commit is contained in:
Tom Keffer
2015-12-06 12:28:45 -08:00
parent 7e7d66337e
commit 3e00a1c66e
2 changed files with 6 additions and 1 deletions

View File

@@ -783,7 +783,7 @@ class WOWThread(AmbientThread):
"siteAuthenticationKey=XXX", _url))
return _url
def post_request(self, request):
def post_request(self, request, payload=None):
"""Version of post_request() for the WOW protocol, which
uses a response error code to signal a bad login."""
try:

View File

@@ -1,6 +1,11 @@
weewx change history
--------------------
3.3.1 12/06/2015
Fixed bug when posting to WOW.
3.3.0 12/05/2015
Now really includes wunderfixer. It was inadvertently left out of the install