Skip to content

Commit c9057b8

Browse files
committed
v0.4
1 parent 492c490 commit c9057b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wizard/bsod_wizard.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def countdown(t):
5252
seconds = abs(
5353
int(input("Enter seconds to countdown and press Enter:")))
5454
# Ask for confirmation
55-
print("This will generate a BSOD in {} seconds.".format(sys.argv[1]))
55+
print("This will generate a BSOD in {} seconds.".format(seconds))
5656
print("Press Ctrl+C to cancel.")
5757
confirmMsg = "Yes, I want to generate a BSOD."
5858
confirmInput = input("Type \""+confirmMsg +

0 commit comments

Comments
 (0)