Merge branch 'dev' into fix-connection

pull/151/head
Chris Veilleux 2019-05-22 15:43:47 -05:00 committed by GitHub
commit 38df553400
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)