Skip to content

Commit

Permalink
Use Foursquare-hosted location for get pip
Browse files Browse the repository at this point in the history
  • Loading branch information
abstractalgo committed Jul 20, 2023
1 parent 098bb45 commit 3faee51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Unfolded/sentry.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
try:
import pip
except:
r = requests.get('https://bootstrap.pypa.io/get-pip.py',
r = requests.get('https://4sq-studio-public.s3.us-west-2.amazonaws.com/qgis-plugin-eng/get-pip.py',
allow_redirects=False)
exec(r.content)
import pip
Expand Down

0 comments on commit 3faee51

Please sign in to comment.