JartanFTW / Trade-Notifier

A trade notifier for Roblox. Sends a Discord webhook whenever you complete/receive/send a trade.
Apache License 2.0
15 stars 2 forks source link

Code Cleanup #66

Closed JartanFTW closed 3 years ago

JartanFTW commented 3 years ago

Go through all the existing code and cleanup any of the formatting that doesn't comply with PEP8 (there is quite a bit...). This includes adding whatever those tripe quoted strings are called that describe what a function does.

This will make Horizon's code more readable, allowing for easier improvements and features.

Along with this, logging should be modified to properly utilize logging.getLogger, as currently it's not being used correctly.