This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[minor] print output if login fails
version-14
Rushabh Mehta
8 years ago
parent
d8fb2c2c0d
commit
13ac31a823
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
frappe/frappeclient.py
+ 1
- 0
frappe/frappeclient.py
View File
@@ -37,6 +37,7 @@ class FrappeClient(object):
if r.status_code==200 and r.json().get('message') == "Logged In":
return r.json()
else:
print(r.text)
raise AuthError
def logout(self):
Write
Preview
Loading…
Cancel
Save