diff options
| author | blob8108 <blob8108@gmail.com> | 2014-01-05 23:30:08 +0000 |
|---|---|---|
| committer | blob8108 <blob8108@gmail.com> | 2014-01-05 23:30:08 +0000 |
| commit | 830d200bd1e1002d6f0356b22963e1caa516cd80 (patch) | |
| tree | 0322765f20e32873e36e12adb7459cbad3094ef6 /example.py | |
| parent | 192bc9617b09fc584980191c14b02f6bdae2e583 (diff) | |
| download | blockext-830d200bd1e1002d6f0356b22963e1caa516cd80.tar.gz blockext-830d200bd1e1002d6f0356b22963e1caa516cd80.zip | |
Variable filenames for handlers
Fixes #2
Diffstat (limited to 'example.py')
| -rw-r--r-- | example.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,5 +92,5 @@ def move(steps): """ if __name__ == "__main__": - blockext.run("Fancy Spaceship", 1234) + blockext.run("Fancy Spaceship", "spaceship", 1234) |
