diff options
| author | pepperpepperpepper <pepper@scannerjammer.com> | 2015-12-07 17:53:14 -0800 |
|---|---|---|
| committer | pepperpepperpepper <pepper@scannerjammer.com> | 2015-12-07 17:53:14 -0800 |
| commit | b6b36cc8edaf78d0f4a66404d0b803348aa93a40 (patch) | |
| tree | 27ebd70bf6dceecf32126e062a7c70b6faa97acb /example.py | |
| parent | 14ef118d2c5508d69c015f699cde5783175d8e18 (diff) | |
now works locally and remotely, both photoblaster and ricky, just need to fix paths
Diffstat (limited to 'example.py')
| -rwxr-xr-x | example.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ from ricky.pbpattern import PbPattern api = PbBreaker() params = api.params_init() print params -params.randomize(probabilities_local=True) +params.randomize() print params print params.execute() #print params['color1'] |
