Skip to content

Commit

Permalink
make dev false
Browse files Browse the repository at this point in the history
  • Loading branch information
Civitasv committed Apr 24, 2022
1 parent 42d26a4 commit 9d5ef4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/civitasv/spider/MainApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import java.nio.channels.FileChannel;

public class MainApplication extends Application {
public static boolean isDEV = true;
public static boolean isDEV = false;

@Override
public void init() throws Exception {
Expand Down

0 comments on commit 9d5ef4d

Please sign in to comment.