I added a custom Logging class to fix Python's default Logging lib from not printing to the console but still logs like normal. This may log twice depending on the Python runtime so I'm going to add a way to prevent this. The logs also have colours.
This pull request introduces 8 alerts when merging dc156cc2942979ccc32b451bfc30e9f376346698 into cbc7ca46a75bb2da4af9d406732ddf2192578388 - view on LGTM.com
new alerts:
5 for First parameter of a method is not named 'self'
I added a custom Logging class to fix Python's default Logging lib from not printing to the console but still logs like normal. This may log twice depending on the Python runtime so I'm going to add a way to prevent this. The logs also have colours.