mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-25 17:45:26 +00:00
fix download_torrent_from_url
This commit is contained in:
parent
7b1fc47f99
commit
306961ed75
@ -22,9 +22,12 @@
|
||||
# Boston, MA 02110-1301, USA.
|
||||
#
|
||||
|
||||
import os
|
||||
import time
|
||||
import urllib
|
||||
import hashlib
|
||||
import logging
|
||||
import tempfile
|
||||
|
||||
from twisted.internet.defer import Deferred
|
||||
from twisted.web import http, resource, server
|
||||
|
Loading…
x
Reference in New Issue
Block a user