Skip to content

Commit 3b8e138

Browse files
committed
Updated README
1 parent e2e7877 commit 3b8e138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A python lib to access the Fortnite API, supports 2FA and requires no reversing/
1212
1313
```python
1414
from fortnite import *
15-
client = Fortnite('[email protected]', 'PasswordNumbaOne!', EULA_ACCEPTED=True)
15+
client = Fortnite('[email protected]', 'Password to account', EULA_ACCEPTED=True)
1616

1717
# YOUR OWN ID: client.logged_in_as
1818

0 commit comments

Comments
 (0)