Get out of color data mode.

master
sigonasr2 4 years ago
parent 1f27f3afbc
commit ac2c50bd39
  1. 2
      src/main/java/com/example/demo/DemoApplication.java

@ -34,7 +34,7 @@ public class DemoApplication {
static TestResult result = null;
static Integer generation = 30; //Confidence level.
final static boolean REDO_COLOR_DATA = true;
final static boolean REDO_COLOR_DATA = false;
public static void main(String[] args) throws IOException {
SpringApplication.run(DemoApplication.class, args);

Loading…
Cancel
Save