staticmap
staticmap copied to clipboard
fix: replace bare except to allow interrupting execution
Hi,
This PR provides a fix on tile requests to handle interrupts (I use staticmap with asynchronous tasks that can be interrupted, the bare except prevents tasks from stopping properly).