mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
Fix import error message for GeoIP
This commit is contained in:
parent
b21eb6aab5
commit
ef91313921
@ -152,7 +152,7 @@ class TorPlugin(object):
|
|||||||
import GeoIP
|
import GeoIP
|
||||||
|
|
||||||
except ImportError as e:
|
except ImportError as e:
|
||||||
print('no ({})'.format(e))
|
print('no (failed to import the required python module "GeoIP": {})'.format(e))
|
||||||
|
|
||||||
try:
|
try:
|
||||||
with gen_controller() as controller:
|
with gen_controller() as controller:
|
||||||
|
Loading…
Reference in New Issue
Block a user