Skip to content

Commit

Permalink
Use right variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcs committed Mar 2, 2017
1 parent a4aff0f commit ea33208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lizzy_client/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea33208

Please sign in to comment.