This repository was archived by the owner on Dec 20, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ async def main():
1010 a = await client .fetch_avatar ("avtr_fa5303c6-78d1-451c-a678-faf3eadb5c50" )
1111 author = await a .author () # Get author of the avatar
1212 print ("Avatar '" + a .name + "' was made by " + author .displayName )
13- ## This should print "Avatar 'Etoigne' was made by ***REMOVED*** "
13+ ## This should print "Avatar 'Etoigne' was made by Katfish "
1414
1515 # Close client session cleanly, invalidate auth cookie
1616 await client .logout ()
Original file line number Diff line number Diff line change 55async def main ():
66 # Initialise vrcpy wrapper client and login with username + password
77 client = vrcpy .AClient ()
8- await client .login ("***REMOVED*** " , "***REMOVED*** " )
8+ await client .login ("username " , "password " )
99
1010 # Close client session, invalidate auth cookie
1111 await client .logout ()
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ def main():
99 a = client .fetch_avatar ("avtr_fa5303c6-78d1-451c-a678-faf3eadb5c50" )
1010 author = a .author () # Get author of the avatar
1111 print ("Avatar '" + a .name + "' was made by " + author .displayName )
12- ## This should print "Avatar 'Etoigne' was made by ***REMOVED*** "
12+ ## This should print "Avatar 'Etoigne' was made by Katfish "
1313
1414 # Close client session, invalidate auth cookie
1515 client .logout ()
You can’t perform that action at this time.
0 commit comments