Skip to content

Commit

Permalink
fix: Removed redundant task join call in run.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Simatwa committed May 6, 2024
1 parent 6bb8315 commit e731887
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ def run(self):
target=Socks5Proxies().run,
)
http_task.start()
http_task.join()
socks4_task.start()
socks5_task.start()
http_task.join()
Expand Down

0 comments on commit e731887

Please sign in to comment.