Remove connection call to Bandori.party/api

This commit is contained in:
sigonasr2 2018-12-20 11:19:51 -06:00
parent df9194297b
commit e2412fd801
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -271,11 +271,11 @@ public class sigIRC{
//System.out.println(manager.auth().hasAccessToken()); //System.out.println(manager.auth().hasAccessToken());
DownloadAllRequiredDependencies(); DownloadAllRequiredDependencies();
try { /*try {
org.apache.commons.io.FileUtils.copyURLToFile(new URL("https://bandori.party/api/"),new File("testing")); org.apache.commons.io.FileUtils.copyURLToFile(new URL("https://bandori.party/api/"),new File("testing"));
} catch (IOException e) { } catch (IOException e) {
e.printStackTrace(); e.printStackTrace();
} }*/
String[] filedata = FileUtils.readFromFile(BASEDIR+"sigIRC/oauthToken.txt"); String[] filedata = FileUtils.readFromFile(BASEDIR+"sigIRC/oauthToken.txt");