From 965c36e439937101f967a02a497764d6a07981f4 Mon Sep 17 00:00:00 2001 From: Alistair MacDonald Date: Wed, 22 Aug 2018 23:51:11 +0100 Subject: [PATCH] Quick typo fix --- lib/sim800.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/sim800.py b/lib/sim800.py index 0c3a382..cc44608 100644 --- a/lib/sim800.py +++ b/lib/sim800.py @@ -291,8 +291,8 @@ def currentoperator(format=0): else: return "" -# Set the operator selection ([0=automatic,2=deregister]) -def soperator(mode, format=None, operator=None): +# Set the operator selection ([0=automatic,1=Manual,2=deregister,4=try manual then automatic]) +def setoperator(mode, format=None, operator=None): params = "" if format is not None: params += "," + str(format)