diff --git a/vo-scraper.py b/vo-scraper.py index bd3a0b3..279f951 100755 --- a/vo-scraper.py +++ b/vo-scraper.py @@ -30,7 +30,7 @@ # Check whether `requests` is installed try: import requests -except: +except ModuleNotFoundError: print( "(\033[91mERR\033[0m) Required package `requests` is missing, try installing with `pip3 install requests`" )