Updated the threaded requestID to use the new server

This commit is contained in:
Darko
2014-05-06 09:58:24 +02:00
parent 51a475a641
commit 6d498f1f03
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ except ImportError:
import urllib.request as httplib
try:
r1 = urllib.urlopen("http://predb_irc.nzedb.com").getcode()
r1 = urllib.urlopen("http://reqid.nzedb.com").getcode()
if r1 == 200:
web = True
else: