Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit ee71cf2

Browse files
committed
Fix indentation
1 parent b8b527f commit ee71cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

authenticator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def clear():
312312
elif "clear" in cmd:
313313
clear()
314314
elif "help" in cmd:
315-
print(Fore.YELLOW + Style.BRIGHT + "Commands: help - show available commands\n add <your_lable> - add new authenticator\n remove <your_lable> - remove authenticator\n get <your_lable> - get authenticator code\n export <your_lable> - export 2FA Authenticator TOTP Key\n list - list your apps registered in authenticator\n clear - clear terminal output" + sr)
315+
print(Fore.YELLOW + Style.BRIGHT + "Commands: help - show available commands\n add <your_lable> - add new authenticator\n remove <your_lable> - remove authenticator\n get <your_lable> - get authenticator code\n export <your_lable> - export 2FA Authenticator TOTP Key\n list - list your apps registered in authenticator\n clear - clear terminal output" + sr)
316316
else:
317317
print(Fore.RED + Style.BRIGHT + "Command is unrecognized !")
318318
except KeyboardInterrupt:

0 commit comments

Comments
 (0)