Skip to content

Commit

Permalink
Removed debug lines
Browse files Browse the repository at this point in the history
  • Loading branch information
NotStatilko committed Jul 3, 2020
1 parent 68a2878 commit 8373aca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions TelegramBackup.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,7 @@ async def request_confirmation_code(request_coroutine, phone, rcpc=False) -> tup
print(f'@ Password is hashing, please wait {HASHING_TIME}...')

filename = await account.backup(config[2],config[3])
#decoded_backup = reedsolo_decode(open(filename,'rb').read())
#makeqrcode(decoded_backup).save(filename + '.png')


clear_terminal()
input(f'@ Successfully encrypted and backuped! ({filename})')

Expand Down

0 comments on commit 8373aca

Please sign in to comment.