From 6d498f1f0394f2891026e4eba3cf2dfc6f599ae7 Mon Sep 17 00:00:00 2001 From: Darko Date: Tue, 6 May 2014 09:58:24 +0200 Subject: [PATCH] Updated the threaded requestID to use the new server --- bin/monitor.php | 2 +- python/requestid_threaded.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/monitor.php b/bin/monitor.php index b53857ff6..d1c74b394 100644 --- a/bin/monitor.php +++ b/bin/monitor.php @@ -9,7 +9,7 @@ require_once(dirname(__FILE__) . "/../lib/showsleep.php"); require_once(dirname(__FILE__) . "/../lib/functions.php"); -$version = "0.3r1139"; +$version = "0.3r1140"; $db = new DB(); $functions = new Functions(); diff --git a/python/requestid_threaded.py b/python/requestid_threaded.py index 47096c741..92cbc6e69 100644 --- a/python/requestid_threaded.py +++ b/python/requestid_threaded.py @@ -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: