Skip to content
This repository was archived by the owner on Dec 20, 2021. It is now read-only.

Commit d516e36

Browse files
committed
Fix desc of offline kwarg
#16
1 parent 2325c10 commit d516e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vrcpy/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def fetch_full_friends(self, offline=True, n=0, offset=0):
4747
!! This function uses possibly lot of calls, use with caution
4848
4949
offline, boolean
50-
Include offline friends or not
50+
Get offline friends instead of online friends
5151
5252
n, integer
5353
Number of friends to return (0 for all)

0 commit comments

Comments
 (0)