mirror of
https://github.com/elisspace/core.git
synced 2026-09-03 06:26:06 +00:00
The exception we were catching incorrectly referenced the client variable in local scope instead of the module. Also, if we fail to connect we can get a requests exception, so catch and handle that as well.