mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
Restart server on general settings change (#1137)
This commit is contained in:
@@ -385,6 +385,6 @@ public class Main {
|
||||
|
||||
logger.info("Starting server...");
|
||||
HardwareManager.getInstance().setRunning(true);
|
||||
Server.start(DEFAULT_WEBPORT);
|
||||
Server.initialize(DEFAULT_WEBPORT);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user