From: Steinar H. Gunderson Date: Tue, 26 Dec 2017 18:35:31 +0000 (+0100) Subject: Update TB7 API URL. X-Git-Url: https://git.sesse.net/?p=remoteglot;a=commitdiff_plain;h=97c70de23489ac17e367dbe2b7abaece5c740343 Update TB7 API URL. --- diff --git a/remoteglot.pl b/remoteglot.pl index 5d907d8..00e4707 100755 --- a/remoteglot.pl +++ b/remoteglot.pl @@ -1339,7 +1339,7 @@ sub schedule_tb_lookup { return if ($tb_lookup_running); $tb_lookup_running = 1; - my $url = 'http://158.250.18.203:6904/tasks/addtask?auth.login=' . + my $url = 'http://tb7-api.chessok.com:6904/tasks/addtask?auth.login=' . $remoteglotconf::tb_serial_key . '&auth.password=aquarium&type=0&fen=' . URI::Escape::uri_escape($pos->fen());