Small bug fix in live writer config

This commit is contained in:
2021-03-04 15:56:30 +01:00
parent 7a8944b04a
commit ea81c74a3b
@@ -5,5 +5,5 @@ namespace live_writer_config
// N of IO threads to receive data from modules.
const int LIVE_ZMQ_IO_THREADS = 1;
const std::string OUTPUT_FOLDER_SYMLINK = "OUTPUT/"
const std::string OUTPUT_FOLDER_SYMLINK = "OUTPUT/";
}