From ea33208f6f4f703d13f1c3375652025b3587ae12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Santos?= Date: Thu, 2 Mar 2017 11:34:09 +0100 Subject: [PATCH] Use right variable name --- lizzy_client/metrics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lizzy_client/metrics.py b/lizzy_client/metrics.py index 28a8419..790ded1 100644 --- a/lizzy_client/metrics.py +++ b/lizzy_client/metrics.py @@ -33,7 +33,7 @@ def report_metric(metric_name: str, value: int, fail_silently: bool=True): tags = { 'version': VERSION, - 'lizzy': configuration.lizzy_name + 'lizzy': lizzy_name } # noinspection PyBroadException