Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Sébastien Morele
interventions_api
Commits
6ffd8dfe
Commit
6ffd8dfe
authored
May 06, 2019
by
Sébastien Morele
Browse files
fix missprint
parent
01c9e000
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app.py
app.py
+1
-1
No files found.
app.py
View file @
6ffd8dfe
...
...
@@ -70,7 +70,7 @@ class InterventionRessource(object):
with
self
.
con
:
self
.
cur
=
self
.
con
.
cursor
()
self
.
c
on
.
execute
(
'UPDATE Interventions SET title = "{}", description = "{}" WHERE id={}'
.
format
(
title
,
description
,
intervention_id
))
self
.
c
ur
.
execute
(
'UPDATE Interventions SET title = "{}", description = "{}" WHERE id={}'
.
format
(
title
,
description
,
intervention_id
))
resp
.
body
=
data
[
'title'
]
resp
.
status
=
falcon
.
HTTP_200
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
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 comment