We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3186b4a + 252a6a4 commit 39b2e94Copy full SHA for 39b2e94
Youtube Downloader With GUI/main.py
@@ -10,7 +10,7 @@
10
file_size = 0
11
12
q= input("")
13
-if a == "shutdown":
+if q == "shutdown":
14
os.system("shutdown -s")
15
#function progress to keep check of progress of function.
16
def progress(stream=None, chunk=None, remaining=None):
0 commit comments