Merge pull request #42 from Jake-E/patch-1

Fixed typo
andrejusk/bday
Marek Ventur 2018-09-01 12:54:30 +01:00 committed by GitHub
commit 7bfb22e782
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")