mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-20 09:29:24 +01:00
Let's be honest about what we accept.
This commit is contained in:
parent
fdbecfd1d4
commit
32dce478c5
@ -426,7 +426,7 @@ def main():
|
||||
output("""What plugins would you like to add? If you've changed your
|
||||
mind and would rather not add plugins in bulk like this, just press
|
||||
enter and we'll move on to the individual plugin configuration.""")
|
||||
massPlugins = anything('Separate plugin names by spaces:')
|
||||
massPlugins = anything('Separate plugin names by spaces or commas:')
|
||||
for name in re.split(r',?\s+', massPlugins):
|
||||
module = loadPlugin(name)
|
||||
if module is not None:
|
||||
|
Loading…
Reference in New Issue
Block a user