Fix bonehead error. I never tested in non-dryrun mode! (*blush*)
This commit is contained in:
parent
22ea8f704a
commit
5d28c25057
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ Map the magenta team-color patches in the input image to red in the
|
|||
output image, copy the result to output.
|
||||
"""
|
||||
|
||||
import sys,getopt
|
||||
import sys,os,getopt
|
||||
|
||||
team_red=255
|
||||
team_green=0
|
||||
|
|
Loading…
Add table
Reference in a new issue