Skip to content

Commit 9acc546

Browse files
committed
Update backend_utils.py
1 parent bb04f03 commit 9acc546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/backend_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def returncode(code,message):
2626
Retourne le code au format json pour le backend
2727
'''
2828
data={}
29-
data['code']=code
29+
data['status']=code
3030
data['message']=message
3131
return json.dumps(data)
3232

0 commit comments

Comments
 (0)