Skip to content

Commit

Permalink
Update api_helper.py
Browse files Browse the repository at this point in the history
Testing something
  • Loading branch information
UltimaHoarder committed May 5, 2021
1 parent b4ae7e9 commit 3cd176f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/api_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def copy_sessions(self, original_sessions):
return self.sessions

def stimulate_sessions(self):
# Some proxies switch IP addresses if no request have been made for x amount of seconds
# Some proxies switch IP addresses if no request have been made for x amount of secondss
def do(session_manager):
while not session_manager.kill:
for session in session_manager.sessions:
Expand Down

0 comments on commit 3cd176f

Please sign in to comment.