We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e7877 commit 3b8e138Copy full SHA for 3b8e138
README.md
@@ -12,7 +12,7 @@ A python lib to access the Fortnite API, supports 2FA and requires no reversing/
12
13
```python
14
from fortnite import *
15
-client = Fortnite('[email protected]', 'PasswordNumbaOne!', EULA_ACCEPTED=True)
+client = Fortnite('[email protected]', 'Password to account', EULA_ACCEPTED=True)
16
17
# YOUR OWN ID: client.logged_in_as
18
0 commit comments