From 14d3b88fc4bae2e25db8b418a790ef8dd1a76444 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 19 Sep 2010 23:56:13 +0200 Subject: netfolder, hotfile folder --- module/PluginManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/PluginManager.py') 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): -- cgit v1.2.3