Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Luciano Barletta
/
message-service
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
1
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 2adc0e1e
authored
2019-09-18 15:24:42 +0000
by
Luciano Barletta
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixed param name of ServiceBase.validate()
1 parent
620e2beb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
services.py
services.py
View file @
2adc0e1
...
...
@@ -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
):
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment