Wolfmyths / Myth-Mod-Manager

An easy way to swap and manage Payday 2 mods outside the game
https://modworkshop.net/mod/43276
MIT License
9 stars 4 forks source link

[PySide6] Replace the use of requests module with Qt's Network Module #27

Closed Wolfmyths closed 1 year ago

Wolfmyths commented 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

Wolfmyths commented 1 year ago

Fixed in latest version