We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82fe406 commit 4c95dcaCopy full SHA for 4c95dca
1 file changed
polygon/rest/base.py
@@ -229,6 +229,7 @@ def _paginate_iter(
229
yield deserializer(t)
230
if "next_url" in decoded:
231
path = decoded["next_url"].replace(self.BASE, "")
232
+ path = decoded["next_url"].replace("https://api.polygon.io", "")
233
params = {}
234
else:
235
return
0 commit comments