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'],