Closed Wolfmyths closed 1 year ago
This is here just to use less imports.
The only place the requests module is used is here: https://github.com/Wolfmyths/Myth-Mod-Manager/blob/main/src/errorChecking.py#L102
It's a simple get request communicating with the github API and turning it into a json file to find the latest version of the program.
Because of the API update the requests module is used in a lot more places now
Fixed in latest version
This is here just to use less imports.
The only place the requests module is used is here:https://github.com/Wolfmyths/Myth-Mod-Manager/blob/main/src/errorChecking.py#L102It's a simple get request communicating with the github API and turning it into a json file to find the latest version of the program.Because of the API update the requests module is used in a lot more places now