diff --git a/pom.xml b/pom.xml index a2bc1ea..71dcc54 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ de.felixsfd.stackoverflow guttenberg - 1.1.0 + 1.1.1 diff --git a/src/main/java/org/sobotics/guttenberg/utils/PostUtils.java b/src/main/java/org/sobotics/guttenberg/utils/PostUtils.java index 94ae26e..9962402 100644 --- a/src/main/java/org/sobotics/guttenberg/utils/PostUtils.java +++ b/src/main/java/org/sobotics/guttenberg/utils/PostUtils.java @@ -248,6 +248,8 @@ public static String storeReport(PostMatch match) throws IOException { "score", ""+match.getTotalScore(), "reasons", match.getCopyPastorReasonString()); + System.out.println(match.getCopyPastorReasonString()); + return prop.getProperty("copypastor_url", "http://localhost:5000") + "/posts/" + output.get("post_id").getAsString(); }