This commit is contained in:
aozhiwei 2018-10-09 12:02:43 +08:00
parent ff2b21926d
commit 3a8c26cceb

View File

@ -7,7 +7,7 @@ import urllib.request
from optparse import OptionParser
def publish_project(project, tag):
# print(project_name, project_tag)
print(project_name, project_tag)
PUBLISH_URL = "http://10.10.3.16:5012/publisttest"
post_data = {
'project' : project,