diff --git a/KeepSession.java b/KeepSession.java deleted file mode 100644 index b8449fd..0000000 --- a/KeepSession.java +++ /dev/null @@ -1,10 +0,0 @@ - - -public class KeepSession { - public static void main(String[] args) throws InterruptedException { - while(true) { - HttpUtil.sendGet(Data.keepingUrl,Data.getHeaders()); - Thread.sleep(1000*60*10); - } - } -}