Skip to content

Commit

Permalink
Update Main.java
Browse files Browse the repository at this point in the history
  • Loading branch information
DecidedX committed Apr 5, 2022
2 parents cc3038c + 7713bde commit 8a695ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/decided/spider/healthcheckin/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
public class Main {

public static void main(String[] args) throws Exception {

// 启动程序时启动线程,后主线程接收指令写入配置文件

CheckThread thread = new CheckThread();
thread.start();

Expand Down

0 comments on commit 8a695ba

Please sign in to comment.