************* Module main
main.py:210:0: C0303: Trailing whitespace (trailing-whitespace)
main.py:12:0: E0401: Unable to import 'requests' (import-error)
main.py:16:0: E0401: Unable to import 'logger' (import-error)
main.py:26:29: W0613: Unused argument 'debug' (unused-argument)
main.py:110:11: W0718: Catching too general exception Exception (broad-exception-caught)
main.py:128:11: W0718: Catching too general exception Exception (broad-exception-caught)
main.py:91:0: R1710: Either all return statements in a function should return an expression, or none of them should. (inconsistent-return-statements)
main.py:91:44: W0613: Unused argument 'debug' (unused-argument)
main.py:203:11: W0718: Catching too general exception Exception (broad-exception-caught)
main.py:167:0: R1710: Either all return statements in a function should return an expression, or none of them should. (inconsistent-return-statements)
main.py:167:33: W0613: Unused argument 'debug' (unused-argument)
main.py:212:4: W0601: Global variable 'REKOR_BASE_URL' undefined at the module level (global-variable-undefined)
main.py:13:0: C0411: standard import "base64" should be placed before third party import "requests" (wrong-import-order)
main.py:14:0: C0411: standard import "sys" should be placed before third party import "requests" (wrong-import-order)
main.py:15:0: C0411: standard import "os" should be placed before third party import "requests" (wrong-import-order)

-----------------------------------
Your code has been rated at 8.28/10

