This repository was archived by the owner on Apr 19, 2023. It is now read-only.
This repository was archived by the owner on Apr 19, 2023. It is now read-only.
Refactoring for better readability and practice. #6
Closed
Description
Recently a friend of mine helped me out with a code review. Here are the suggestions that need fixed.
- The above issue.
- The variables
client_id
andclient_secret
should not be set to empty strings, should be set toNone
. It's faster and better practice. - The default string
"oauth.json"
should be moved to a variable at the start of the file (or in__init__.py
).