fixed potential crash issue

This commit is contained in:
Rick Lan
2024-07-18 06:34:01 +08:00
parent 199d347d2c
commit 8d1b816c52
2 changed files with 2 additions and 1 deletions
+1 -1
Submodule dp_ext updated: 5ec35463d2...126d3100d8
+1
View File
@@ -84,6 +84,7 @@ def manager_init() -> None:
("dp_device_auto_shutdown", "0"),
("dp_device_auto_shutdown_in", "30"),
("dp_device_audible_alert_mode", "0"),
("dp_long_pac", "0"),
]
if not PC:
default_params.append(("LastUpdateTime", datetime.datetime.now(datetime.UTC).replace(tzinfo=None).isoformat().encode('utf8')))