We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 492c490 commit c9057b8Copy full SHA for c9057b8
wizard/bsod_wizard.py
@@ -52,7 +52,7 @@ def countdown(t):
52
seconds = abs(
53
int(input("Enter seconds to countdown and press Enter:")))
54
# Ask for confirmation
55
- print("This will generate a BSOD in {} seconds.".format(sys.argv[1]))
+ print("This will generate a BSOD in {} seconds.".format(seconds))
56
print("Press Ctrl+C to cancel.")
57
confirmMsg = "Yes, I want to generate a BSOD."
58
confirmInput = input("Type \""+confirmMsg +
0 commit comments