mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-15 00:14:38 +00:00
Typo
This commit is contained in:
parent
9299df82cd
commit
0891f5e4e7
@ -38,7 +38,7 @@ class PiwikRequest(object):
|
||||
"""Return a query string"""
|
||||
query = ''
|
||||
if self.api_token is not None:
|
||||
query_params['token_auth'] = self._api_token
|
||||
query_params['token_auth'] = self.api_token
|
||||
for key, value in query_params.iteritems():
|
||||
if isinstance(value, list):
|
||||
value = ','.join(value)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user