You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,4 +22,6 @@ print(info)
22
22
```
23
23
24
24
> The client automatically logs in, and gets ready to query for stats etc.
25
-
> `Fortnite()` caches the **2FA** verification during the scripts lifetime, but restarts require a new 2FA verification.
25
+
> `Fortnite()` caches the **2FA** verification during the scripts lifetime, but restarts require a new 2FA verification.
26
+
27
+
For a [asyncio](https://docs.python.org/3/library/asyncio.html) version that has more features, have a look at [fortnitepy](https://github.com/Terbau/fortnitepy)
0 commit comments