Fixed typo

andrejusk/bday
Jake Evans 2018-09-01 11:55:10 +01:00 committed by GitHub
parent f8102d5652
commit 1b82610578
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ def selectoperator():
if selectedop:
if selectedop["index"]==-1:
sim800.setoperator(0)
notice("perator selection set to automatic.", title="TiLDA Phone")
notice("operator selection set to automatic.", title="TiLDA Phone")
else:
sim800.setoperator(1,2,selectedop["index"])
notice(selectedop["title"] + " set as operator.", title="TiLDA Phone")