1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-28 16:20:12 +01:00

Merge remote-tracking branch 'audmain/master' into work

This commit is contained in:
windinthew
2016-04-24 17:50:58 +01:00
16 changed files with 235 additions and 116 deletions

View File

@@ -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]