From b8f31a3fcad3bc1b2feb21dbe274bee32c63f24c Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 6 Apr 2014 14:05:40 +0000 Subject: [PATCH] =?UTF-8?q?Web:=20disable=20threading=20in=20commands.=20(?= =?UTF-8?q?They=20are=20run=20in=20separated=20processes=20anyway=E2=80=A6?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/Web/plugin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/Web/plugin.py b/plugins/Web/plugin.py index 20bb233b8..b95f97494 100644 --- a/plugins/Web/plugin.py +++ b/plugins/Web/plugin.py @@ -114,7 +114,6 @@ def catch_web_errors(f): class Web(callbacks.PluginRegexp): """Add the help for "@help Web" here.""" - threaded = True regexps = ['titleSnarfer'] @fetch_sandbox