Fixed bug that prevented Rapidfire posts from being identified as such.

This commit is contained in:
Tom Keffer
2014-02-16 14:39:23 +00:00
parent 0c50440a8e
commit 33e5b1fe45
2 changed files with 5 additions and 3 deletions

View File

@@ -678,7 +678,9 @@ class AmbientThread(RESTThread):
'hourRain' : 'rainin=%.2f',
'dayRain' : 'dailyrainin=%.2f',
'radiation' : 'solarradiation=%.2f',
'UV' : 'UV=%.2f'}
'UV' : 'UV=%.2f',
'realtime' : 'realtime=%s',
'rtfreq' : 'rtfreq=%s'}
def format_url(self, record):
"""Return an URL for posting using the Ambient protocol."""

View File

@@ -10,10 +10,10 @@ Fixed bug that can crash RESTful threads if there is missing rain data.
Sqlite connections can now explicitly specify a timeout and
isolation_level.
Added 'timeout' and 'isolation_level' options for sqlite connections.
Server uptime now reported for MacOS
Fixed bug that prevented Rapidfire posts from being identified as such.
2.6.1 02/08/14