mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 17:58:59 +00:00
Updated the threaded requestID to use the new server
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user