diff options
Diffstat (limited to 'tests/examples/ndice/tests.py')
| -rw-r--r-- | tests/examples/ndice/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/examples/ndice/tests.py b/tests/examples/ndice/tests.py index c2e9b9d3..2a56409b 100644 --- a/tests/examples/ndice/tests.py +++ b/tests/examples/ndice/tests.py @@ -13,5 +13,5 @@ loader.load("ndice") loader.close() core = loader.into_core() -for output in core.input(Input(".r20#d6")): +for output in core.input(Input(".r3d6", {'nickname':'简律纯'})): print(output) |
