summaryrefslogtreecommitdiff
path: root/fbin.py
diff options
context:
space:
mode:
Diffstat (limited to 'fbin.py')
-rwxr-xr-xfbin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fbin.py b/fbin.py
index fdb8187..fb037f7 100755
--- a/fbin.py
+++ b/fbin.py
@@ -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)]