From 09e272a642ceaa986a1230eadf2acf0e4e73aeef Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Tue, 29 May 2018 12:45:42 -0400 Subject: [PATCH] style fix --- lbrynet/analytics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbrynet/analytics.py b/lbrynet/analytics.py index c759e242c..cec87199c 100644 --- a/lbrynet/analytics.py +++ b/lbrynet/analytics.py @@ -185,7 +185,7 @@ class Manager(object): @staticmethod def _make_context(platform, wallet): - context= { + context = { 'app': { 'name': 'lbrynet', 'version': platform['lbrynet_version'],