This commit is contained in:
deadsmond 2019-10-28 19:44:11 +01:00
parent a602f93bd3
commit 99968b31e0
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ alph_num_dict = {
's': '7',
'u': '8', 'w': '9', 'v': '8',
'w': '9', 'x': '9', 'y': '9',
'z': '9', ' ': ' '
'z': '9', ' ': ' ', '\n': ''
}
def translate(text):