Skip to content

Commit 8417325

Browse files
committed
fix default value
1 parent 80418dc commit 8417325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BabbleApp/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class BabbleSettingsConfig(BaseModel):
2828
gui_osc_port: int = 9000
2929
gui_osc_receiver_port: int = 9001
3030
gui_osc_recalibrate_address: str = "/avatar/parameters/babble_recalibrate"
31-
gui_update_check: bool = False
31+
gui_update_check: bool = True
3232
gui_ROSC: bool = False
3333
gui_osc_location: str = "/avatar/parameters"
3434
gui_multiply: int = 1

0 commit comments

Comments
 (0)