Browse Source

Decrement update timeout to 10 seconds

doc-issue-template
MrS0m30n3 7 years ago
parent
commit
7501118fcb
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl_gui/updatemanager.py

2
youtube_dl_gui/updatemanager.py

@ -46,7 +46,7 @@ class UpdateThread(Thread):
"""
LATEST_YOUTUBE_DL = 'https://yt-dl.org/latest/'
DOWNLOAD_TIMEOUT = 20
DOWNLOAD_TIMEOUT = 10
def __init__(self, download_path, quiet=False):
super(UpdateThread, self).__init__()

Loading…
Cancel
Save