Skip to content

Commit

Permalink
feat: don't pop up aria2 window
Browse files Browse the repository at this point in the history
  • Loading branch information
itsHenry35 committed Feb 8, 2024
1 parent f6d5ef6 commit 43f713e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/download2.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def switchpauseresume(button):
root = ttk.Window(title='乐读视频下载器-下载', themename="morph")
root.geometry("")
if now==1:
aria2process = subprocess.Popen([aria2_path, "--conf-path", aria2_config])
aria2process = subprocess.Popen([aria2_path, "--conf-path", aria2_config], shell=True)
time.sleep(1)
jsonrpc = Aria2RPC()
lecturers = get_lecturers(course_list, user_id, access_token)
Expand Down

0 comments on commit 43f713e

Please sign in to comment.