1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 15:09:14 +00:00

Modify relay logout

This commit is contained in:
xiez
2012-05-29 16:41:32 +08:00
parent 6f40b55c50
commit 7b610d4dc5
2 changed files with 3 additions and 2 deletions

View File

@@ -25,7 +25,6 @@ def logout_relay(request):
try:
ccnet_rpc.remove_one_binding(request.user.username, peer_id)
ccnet_rpc.remove_role(peer_id, "MyClient")
except SearpcError, e:
return go_error(request, e.msg)