Traceback (most recent call last):
File "test.py", line 72, in <module>
users = search_location("Kharagpur", max_users = 14)
File "test.py", line 21, in search_location
return _search_location(soup, max_users, params)
File "test.py", line 32, in _search_location
for i in range(1, (number_of_pages)):
TypeError: range() integer end argument expected, got float.
Solve the issue I was experiencing