diff --git a/psaw/PushshiftAPI.py b/psaw/PushshiftAPI.py index 008af38..ef25d8b 100644 --- a/psaw/PushshiftAPI.py +++ b/psaw/PushshiftAPI.py @@ -143,7 +143,7 @@ class PushshiftAPIMinimal(object): if 'created_utc' not in payload['filter']: payload['filter'].append('created_utc') - def _get(self, url, payload={}, endpoint='search'): + def _get(self, url, payload={}): i, success = 0, False while (not success) and (i