Random Project

It works great is you modify line 52

Every time I was running the plugin I was getting the following error: “Error, check you internet connection”. 194.210.238.163 could not be pinged, so in order to make the plugin work, I had to change line 52 from this:
urllib.request.urlopen(‘http://194.210.238.163’, timeout=2)
to this:
urllib.request.urlopen(‘https://www.google.com/’, timeout=2)