Skip to content
Snippets Groups Projects
Commit c7d0163c authored by Mirco Nasuti's avatar Mirco Nasuti
Browse files

temporarily hard code algo name for exareme

parent 3e38c265
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ public class MiningApi {
}
else if(algo.getSource().equals(EXAREME_SOURCE))
{
return postExaremeMining(algoCode, query);
return postExaremeMining("WP_STATISTICS", query);
}
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment