staticmap icon indicating copy to clipboard operation
staticmap copied to clipboard

fix: replace bare except to allow interrupting execution

Open SamR1 opened this issue 8 months ago • 0 comments

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).

SamR1 avatar Apr 26 '25 18:04 SamR1