diff --git a/main.py b/main.py index 3fee694..c583250 100644 --- a/main.py +++ b/main.py @@ -68,7 +68,7 @@ # Initialize the SMILE experiment. exp = Experiment(name=CogBatt_config.EXP_NAME, background_color=CogBatt_config.BACKGROUND_COLOR, - scale_down=True, scale_box=(1000, 1000), debug=True, + scale_down=True, scale_box=(1000, 1000), debug=False, Touch=False, local_crashlog=True, cmd_traceback=False, data_dir=WRK_DIR, working_dir=WRK_DIR)