Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Commit

Permalink
Update pypi.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rly0nheart authored Feb 22, 2022
1 parent 59505f0 commit dd19faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/pypi.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
def pypi(self,args):
response = requests.get(self.url)
if response.status_code != 200:
exit(f"{white}[{red}-{white}] github: user not found{reset} ")
exit(f"{white}[{red}-{white}] pypi: user not found{reset} ")
soup = BeautifulSoup(response.text, 'html.parser')
print('\n\t'+soup.title.string)
print(soup.main.get_text())

0 comments on commit dd19faa

Please # to comment.