small bug in plugin helpers.py

Bug #389336 reported by Evgeni
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
qBittorrent
Fix Released
Medium
Christophe Dumez

Bug Description

file helpers.py:
...
function download_file(url)
                req = urllib2.Request(url)
- response = urllib2.urlopen(url)
+ response = urllib2.urlopen(req)
                dat = response.read()

Revision history for this message
Christophe Dumez (hydr0g3n) wrote :

Thanks for the report! I have just commited your fix.

Changed in qbittorrent:
assignee: nobody → Christophe Dumez (hydr0g3n)
importance: Undecided → Medium
milestone: none → 1.3.4
status: New → Fix Committed
Revision history for this message
Christophe Dumez (hydr0g3n) wrote :

v1.3.4 was released.

Changed in qbittorrent:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.