Web: disable threading in commands. (They are run in separated processes anyway…)

This commit is contained in:
Valentin Lorentz 2014-04-06 14:05:40 +00:00
parent da003279e4
commit b8f31a3fca

View File

@ -114,7 +114,6 @@ def catch_web_errors(f):
class Web(callbacks.PluginRegexp): class Web(callbacks.PluginRegexp):
"""Add the help for "@help Web" here.""" """Add the help for "@help Web" here."""
threaded = True
regexps = ['titleSnarfer'] regexps = ['titleSnarfer']
@fetch_sandbox @fetch_sandbox