From ef913139210c535d62af01d67581421ca12b12fa Mon Sep 17 00:00:00 2001 From: daftaupe Date: Sun, 25 Jun 2017 00:14:48 +0200 Subject: [PATCH] Fix import error message for GeoIP --- plugins/tor/tor_ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tor/tor_ b/plugins/tor/tor_ index fb95b445..18929d3d 100755 --- a/plugins/tor/tor_ +++ b/plugins/tor/tor_ @@ -152,7 +152,7 @@ class TorPlugin(object): import GeoIP except ImportError as e: - print('no ({})'.format(e)) + print('no (failed to import the required python module "GeoIP": {})'.format(e)) try: with gen_controller() as controller: