Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/server/sgclient_weightUpdate.perl')
-rwxr-xr-xcontrib/server/sgclient_weightUpdate.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/server/sgclient_weightUpdate.perl b/contrib/server/sgclient_weightUpdate.perl
index 4a0a67bbe..736ab9b84 100755
--- a/contrib/server/sgclient_weightUpdate.perl
+++ b/contrib/server/sgclient_weightUpdate.perl
@@ -5,7 +5,7 @@ use Frontier::Client;
my $output_suffix = $ARGV[0];
$output_suffix = "" if (not $output_suffix);
-my $port = "50007";
+my $port = "50015";
my $url = "http://localhost:".$port."/RPC2";
my $server = Frontier::Client->new('url' => $url, 'encoding' => 'UTF-8');
my $verbose=0;