mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-22 10:04:25 +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
|
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
|
mind and would rather not add plugins in bulk like this, just press
|
||||||
enter and we'll move on to the individual plugin configuration.""")
|
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):
|
for name in re.split(r',?\s+', massPlugins):
|
||||||
module = loadPlugin(name)
|
module = loadPlugin(name)
|
||||||
if module is not None:
|
if module is not None:
|
||||||
|
Loading…
Reference in New Issue
Block a user