summaryrefslogtreecommitdiffstats
path: root/module/PluginManager.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/PluginManager.py')
-rw-r--r--module/PluginManager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/PluginManager.py b/module/PluginManager.py
index afd527e40..ab7245db2 100644
--- a/module/PluginManager.py
+++ b/module/PluginManager.py
@@ -195,7 +195,7 @@ class PluginManager():
res = [] # tupels of (url, plugin)
for url in urls:
-
+ if type(url) not in (str, unicode, buffer): continue
found = False
if last and last[1]["re"].match(url):