posted
This commit is contained in:
parent
ccbc023085
commit
a6e1d8c1f1
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue