Quick typo fix

tildatorch
Alistair MacDonald 2018-08-22 23:51:11 +01:00 committed by GitHub
parent ff81bbca94
commit 965c36e439
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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)