Skip to content
Snippets Groups Projects
Commit b34ddcf2 authored by Srdjan Grubor's avatar Srdjan Grubor
Browse files

Fix for broken comment retrieval

parent fb48fcbe
Branches
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ class AttributeDict(dict): ...@@ -71,7 +71,7 @@ class AttributeDict(dict):
def __setattr__(self, attr, value): def __setattr__(self, attr, value):
self[attr] = value self[attr] = value
def read_api_uri(uri, config, page): def read_api_uri(uri, config, page=1):
uri += ACCESS_TOKEN_PARAM % config.token + LISTING_PAGE_PARAM % (LISTINGS_PER_PAGE, page) uri += ACCESS_TOKEN_PARAM % config.token + LISTING_PAGE_PARAM % (LISTINGS_PER_PAGE, page)
if config.debug: if config.debug:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment