Fortnite-API / py-wrapper

Python implementation for https://fortnite-api.com
https://fortnite-api.rtfd.org/en/latest
MIT License
40 stars 17 forks source link

Optimizations #6

Closed trevorflahardy closed 2 years ago

trevorflahardy commented 2 years ago

Updated to have increased memory optimization and type checking for the end-user.

trevorflahardy commented 2 years ago

Note:

Did not mean to include both changes to account.py and aes.py, forgot to use a new branch. Please note there are two files that were affected in this PR. Will be fixed in any new PR's

trevorflahardy commented 2 years ago

Fixed issues you mentioned before.

Account.external_auths accidentally got marked as within type_hinting because I thought it got added to the class later. I thought it said "Added when User lookup feature is enabled" lol