Skip to content

Commit 39b2e94

Browse files
Merge pull request #1275 from VesselKreative/patch-1
Update main.py
2 parents 3186b4a + 252a6a4 commit 39b2e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Youtube Downloader With GUI/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
file_size = 0
1111

1212
q= input("")
13-
if a == "shutdown":
13+
if q == "shutdown":
1414
os.system("shutdown -s")
1515
#function progress to keep check of progress of function.
1616
def progress(stream=None, chunk=None, remaining=None):

0 commit comments

Comments
 (0)