mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
Fix flake8 warning
This commit is contained in:
parent
a5ca5c7ae1
commit
abde59822d
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ class PiwikNode(Node):
|
|||
'url': self.domain_path,
|
||||
'siteid': self.site_id,
|
||||
'variables': '\n '.join(variables_code),
|
||||
'commands' : '\n '.join(commands)
|
||||
'commands': '\n '.join(commands)
|
||||
}
|
||||
if is_internal_ip(context, 'PIWIK'):
|
||||
html = disable_html(html, 'Piwik')
|
||||
|
|
|
|||
Loading…
Reference in a new issue