mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Web: disable threading in commands. (They are run in separated processes anyway…)
This commit is contained in:
parent
da003279e4
commit
b8f31a3fca
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user