Merge branch 'dev' into fix-connection
commit
38df553400
|
@ -18,7 +18,7 @@ class MetricsService(object):
|
|||
deviceUuid=device_id,
|
||||
data=data
|
||||
)
|
||||
url = '{host}/{metric}'.format(host=self.metrics_service_host, metric=metric)
|
||||
url = '{host}/metric/{metric}'.format(host=self.metrics_service_host, metric=metric)
|
||||
requests.post(url, body)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue