Skip to content
This repository was archived by the owner on Mar 22, 2018. It is now read-only.

Commit 5205414

Browse files
committed
Remove the first filename parameter
1 parent 1b90f3b commit 5205414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uget-chrome-wrapper/bin/uget-chrome-wrapper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def read_message():
157157
filename = data['filename']
158158
cookie = data['cookies']
159159
referer = data['referrer']
160-
command = [UGET_COMMAND, "--filename=" + filename]
160+
command = [UGET_COMMAND]
161161
if cookie:
162162
try:
163163
with open(cookie_filepath, 'w') as cookie_file:

0 commit comments

Comments
 (0)