diff --git a/.gitignore b/.gitignore index b5a19b1..ec16573 100644 --- a/.gitignore +++ b/.gitignore @@ -68,3 +68,4 @@ RemoteSystemsTempFiles .metadata .settings *.prefs +.vscode/ diff --git a/plugins/googles.py b/plugins/google.py similarity index 95% rename from plugins/googles.py rename to plugins/google.py index 557d186..c0892b1 100644 --- a/plugins/googles.py +++ b/plugins/google.py @@ -36,6 +36,6 @@ class Plugin: def __init__(self, app, conf):# global app_emailharvester, config #config = conf - app.register_plugin('googles', {'search': search}) + app.register_plugin('google', {'search': search}) app_emailharvester = app