From d77e5f9d4d18f2eac88d0db69a1f460323618119 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 8 Aug 2007 21:09:26 +0000 Subject: [PATCH] Ignore timeouts doing IP geolocation. --- lib/osm.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/osm.rb b/lib/osm.rb index 3d53b453a..3043eb395 100644 --- a/lib/osm.rb +++ b/lib/osm.rb @@ -384,7 +384,7 @@ module OSM end return nil - rescue + rescue Exception return nil end end -- 2.43.2