Update googles.py

This commit is contained in:
lukas2005 2017-08-29 20:36:13 +02:00 committed by GitHub
parent a5eef3be27
commit 47dd7c6020

View file

@ -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