mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-05 02:51:48 +02:00
Pass normalized URL to queue task, not original url.
This commit is contained in:
parent
f25eae83d3
commit
94063d478c
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
|
@ -299,7 +299,7 @@ class FanfictionDownloader(UserConfigServer):
|
|||
taskqueue.add(url='/fdowntask',
|
||||
queue_name="download",
|
||||
params={'format':format,
|
||||
'url':url,
|
||||
'url':download.url,
|
||||
'login':login,
|
||||
'password':password,
|
||||
'user':user.email(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue