Small formatting fixes
This commit is contained in:
@@ -1318,8 +1318,8 @@ class Client(object):
|
||||
return r.ok
|
||||
|
||||
def removeFriend(self, friend_id=None):
|
||||
"""
|
||||
Removes a specifed friend from your friend list
|
||||
"""Removes a specifed friend from your friend list
|
||||
|
||||
:param friend_id: The id of the friend that you want to remove
|
||||
:return: Returns error if the removing was unsuccessful, returns True when successful.
|
||||
"""
|
||||
@@ -1334,7 +1334,7 @@ class Client(object):
|
||||
log.debug("Remove was successful!")
|
||||
return True
|
||||
else:
|
||||
log.debug ("Error while removing friend")
|
||||
log.warning("Error while removing friend")
|
||||
return False
|
||||
|
||||
"""
|
||||
|
Reference in New Issue
Block a user