Skip to content

Commit 87ba52f

Browse files
authored
corrected comments and file name
1 parent e3fd94b commit 87ba52f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@
33

44

55
def auth_handler():
6-
""" При возникновении двухфакторной аутентификации вызывается эта функция.
6+
""" При двухфакторной аутентификации вызывается эта функция.
77
"""
88

99
# Код двухфакторной аутентификации
1010
key = input("Enter authentication code: ")
11-
# Если 1 то сохранить, 0 не сохранять.
11+
# Если: 1 - сохранить, 0 - не сохранять.
1212
remember_device = 1
1313

14-
# Отправляет запрос
1514
return key, remember_device
1615

1716

0 commit comments

Comments
 (0)