Skip to content

Commit

Permalink
fix: Remove unnecessary import and adjust instantiation in proxyh.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Simatwa committed May 10, 2024
1 parent d25d0ce commit 50abacc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions smartbets_API/proxyh.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ def pick():


if __name__ == "__main__":
import requests as req

run = hunter45(req)
run = hunter45()
all_proxies = run.get_proxy()[1]
for x in all_proxies:
print(run.sample(all_proxies))

0 comments on commit 50abacc

Please sign in to comment.