Greg dev #62

Merged
greg6775 merged 2 commits from greg-dev into master 2019-11-16 18:36:08 +01:00
Showing only changes of commit a6e1d8c1f1 - Show all commits

View file

@ -126,7 +126,7 @@ public class BotList {
try { try {
new OkHttpClient().newCall(yetanotherbotlist).execute().close(); new OkHttpClient().newCall(yetanotherbotlist).execute().close();
System.out.println("Successfully postes count to Yet Another Bot List!"); System.out.println("Successfully posted count to Yet Another Bot List!");
} catch (IOException e) { } catch (IOException e) {
e.printStackTrace(); e.printStackTrace();
} }