opsci-toolbox 0.0.5__py3-none-any.whl → 0.0.6__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -359,6 +359,7 @@ def compile_list_entries(json_data, path_json, filename):
359
359
  Function to return next cursor and list details from https://twttrapi.p.rapidapi.com/list-members
360
360
  """
361
361
  results = []
362
+ next_cursor = None
362
363
  entries = json_data.get('data', {}).get('list', {}).get('timeline_response', {}).get("timeline", {}).get("instructions", [{}])[-1].get('entries',[])
363
364
  if len(entries)>0:
364
365
  for entry in entries: