Skip to content
Snippets Groups Projects
Commit 449dba2d authored by Robert Goldmann's avatar Robert Goldmann
Browse files

client: fixed missing parameter

parent 9bbd062d
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ class RoadmapClient(FlaskBaseApp):
return response
@staticmethod
def __check_roadmap(cls, roadmapID, urlBuilder):
def __check_roadmap(roadmapID, urlBuilder):
try:
roadmapID = int(roadmapID)
except ValueError:
......
{
"version": {
"name": "v1.1.0",
"code": 9,
"date": "03.05.20"
"name": "v1.1.1",
"code": 10,
"date": "04.05.20"
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment