diff options
-rwxr-xr-x | fbin.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -562,7 +562,7 @@ class Application(object): return error('Error fetching user data') data['status'] = True else: - data['message'] = 'Unknown method "%s"' + data['message'] = 'Unknown method "%s"' % method start_response('200 OK', [('Content-Type', 'application/json')]) return [json.dumps(data)] |