1
This commit is contained in:
parent
ff98a53f9e
commit
8b144b79b9
@ -15,7 +15,7 @@ def publish_project(project, tag):
|
||||
}
|
||||
post_data = urllib.parse.urlencode(post_data).encode('ascii')
|
||||
req = urllib.request.Request(PUBLISH_URL)
|
||||
data = urllib.request.urlopen(req, post_data).readall()
|
||||
data = urllib.request.urlopen(req, post_data).read()
|
||||
print(data)
|
||||
|
||||
parser = OptionParser(usage="%prog [options]")
|
||||
|
Loading…
x
Reference in New Issue
Block a user