mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
Fix import error message for GeoIP
This commit is contained in:
parent
b21eb6aab5
commit
ef91313921
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue