Skip to content

Commit

Permalink
remove hardcoded url
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmiei committed Oct 21, 2024
1 parent 89f48cc commit e775efd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_papi.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

proxies = {}
proxy = os.getenv("PROXY")
proxy = "http://51.83.140.52:16301"

if proxy:
proxies = {"http": proxy, 'https': proxy } # tmp: improve this in the future
Expand Down

0 comments on commit e775efd

Please sign in to comment.