mirror of
https://github.com/weewx/weewx.git
synced 2026-04-23 19:17:05 -04:00
Fixed bug when posting to WOW
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user