From 47dd7c6020e03d40b2b33ce692fd6daa6dccbc3f Mon Sep 17 00:00:00 2001 From: lukas2005 Date: Tue, 29 Aug 2017 20:36:13 +0200 Subject: [PATCH] Update googles.py --- plugins/googles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/googles.py b/plugins/googles.py index c0892b1..557d186 100644 --- a/plugins/googles.py +++ b/plugins/googles.py @@ -36,6 +36,6 @@ class Plugin: def __init__(self, app, conf):# global app_emailharvester, config #config = conf - app.register_plugin('google', {'search': search}) + app.register_plugin('googles', {'search': search}) app_emailharvester = app