Commit 2adc0e1e by Luciano Barletta

Fixed param name of ServiceBase.validate()

1 parent 620e2beb
......@@ -53,8 +53,8 @@ class Wpp1(ServiceBase):
return result.json()['success']
return False
def validate(self,serv):
return Datatypes.validate(serv)
def validate(self,datatype):
return Datatypes.validate(datatype)
def serviceFactory(serv):
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!