Skip to content

Commit

Permalink
Update SearchPGP.py
Browse files Browse the repository at this point in the history
  • Loading branch information
killswitch-GUI committed Oct 8, 2016
1 parent 79daf8e commit a3eeefc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/SearchPGP.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def execute(self):

def process(self):
try:
url = "http://pgp.rediris.es:11371/pks/lookup?search=" + \
url = "http://pgp.mit.edu/pks/lookup?search=" + \
self.domain + "&op=index"
self.logger.info("Requesting PGP keys")
r = requests.get(url)
Expand Down

0 comments on commit a3eeefc

Please sign in to comment.