From 47242fb33eb0513931174a779ba406e54fadea0f Mon Sep 17 00:00:00 2001 From: Mashintime Date: Sun, 18 Feb 2024 15:33:42 -0500 Subject: [PATCH] Remove duplicate setting --- modem/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modem/config.py b/modem/config.py index f3070d12..cd6dcb18 100644 --- a/modem/config.py +++ b/modem/config.py @@ -31,7 +31,6 @@ class CONFIG: 'control': str, 'serial_port': str, 'model_id': int, - 'serial_port': str, 'serial_speed': int, 'data_bits': int, 'stop_bits': int,