temperature_store: Update API registration

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Arksine 2020-09-03 07:26:52 -04:00
parent 33b965644b
commit 5904c2daf5
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class TemperatureStore:
# Register endpoint
self.server.register_endpoint(
"/server/temperature_store", "server_temperature_store", ['GET'],
"/server/temperature_store", ['GET'],
self._handle_temp_store_request)
async def _init_sensors(self):