Skip to content

Commit ebb4d74

Browse files
committed
added progress bar
1 parent 811cd15 commit ebb4d74

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Facebook_Video_Downloader/script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def download(url):
9393
Download_button.place(x=100, y=100, width=200)
9494

9595
# Progress Bar
96-
bar = Progressbar(ld_window, length=350, style='grey.Horizontal.TProgressbar')
96+
bar = Progressbar(ld_window, length=350, style='grey.Horizontal.TProgressbar',mode='determinate')
9797
bar['value'] = 0
9898
bar.place(y=200,width=350,x=25)
9999

-892 KB
Binary file not shown.

0 commit comments

Comments
 (0)