Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ScribeSavant authored Oct 16, 2021
1 parent 92fa91e commit a7b354c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TelegramTool.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ def login_accounts():
client = TelegramClient("sessions/"+selected_number, c_api_id, c_ap_hash)
client.connect()
if client.is_user_authorized():
input("Hesap hazırlandı lütfen giriş yapmak için kod isteyin ve enter uşuna basın (sadece kod isteğinde bulunduğunuzda)")
input("Hesap hazırlandı lütfen giriş yapmak için kod isteyin ve enter tuşuna basın (sadece kod isteğinde bulunduğunuzda)")
print("Kod bekleniyor...")
while True:
try:
Expand Down

0 comments on commit a7b354c

Please sign in to comment.