Skip to content

Commit 416b4ea

Browse files
committed
fix: typo in use_ssl variable for omm
1 parent 985dd54 commit 416b4ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/dect-wip-ommsync/dect-wip-ommsync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def init(config_path):
102102
client = mitel_ommclient2.OMMClient2(
103103
host=config.omm_ip,
104104
port=config.omm_port,
105-
use_ssl=config.omm_usessl,
105+
use_ssl=config.omm_use_ssl,
106106
username=config.omm_username,
107107
password=config.omm_password,
108108
ommsync=True

0 commit comments

Comments
 (0)