Ready for merge
This commit is contained in:
parent
9ea59723a5
commit
de517c19c5
4 changed files with 16 additions and 10 deletions
|
@ -30,6 +30,7 @@ def param():
|
|||
jsondict = json.load(urllib2.urlopen(url))
|
||||
return json.dumps(jsondict)
|
||||
|
||||
|
||||
def combpk(pks):
|
||||
url = 'http://localhost:8080/cmpkstring'
|
||||
|
||||
|
|
Reference in a new issue