Update main.py

a typo in main.py line 103

changed mesages to messages
This commit is contained in:
Enes Şahin 2021-05-26 16:43:40 +03:00 committed by GitHub
parent b264ab16c9
commit 39a30e979d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ class SMSCounter(object):
def truncate(cls, plaintext, limitsms):
count = cls.count(plaintext)
if count.mesages <= limitsms:
if count.messages <= limitsms:
return plaintext
if count.encoding == 'UTF16':