mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 08:33:36 +02:00
Buanzo's fix to prevent dumps aborting
This commit is contained in:
@@ -528,6 +528,7 @@ def url_open(url):
|
||||
L = urlparse.urlparse(url)
|
||||
if L[1] != domain:
|
||||
conn.close()
|
||||
if L[1] == '': return(['',''])
|
||||
print "connection to", domain, "closed."
|
||||
conn = httplib.HTTPConnection(L[1])
|
||||
domain = L[1]
|
||||
|
Reference in New Issue
Block a user