mirror of
				https://github.com/MCV-Software/TWBlue.git
				synced 2025-10-30 20:02:01 +00:00 
			
		
		
		
	Fixed #138
This commit is contained in:
		| @@ -172,7 +172,7 @@ class Session(object): | ||||
|   results = [] | ||||
|   data = getattr(self.twitter.twitter, update_function)(*args, **kwargs) | ||||
|   if users == True: | ||||
|    if type(data) == dict and data.has_key("cursor"): | ||||
|    if type(data) == dict and data.has_key("next_cursor"): | ||||
|     self.db[name]["cursor"] = data["next_cursor"] | ||||
|     for i in data["users"]: results.append(i) | ||||
|    elif type(data) == list: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user