Project: Improve error handling, imports, logging
drewwalters96 opened this issue · 0 comments
drewwalters96 commented
Requirements:
-
Check Reddit API connection during initialization and exit if connection fails
-
Remove
package_dir
declaration (package in package) in favor of the standard import format -
Suppress outside loggers (e.g.
urllib3
) -
Update logging types (errors are critical if it is unrecoverable)
-
Exit for unrecoverable errors