Skip to content

Commit

Permalink
Console script uses renamed API
Browse files Browse the repository at this point in the history
  • Loading branch information
hyades committed Jan 7, 2015
1 parent 55d651c commit 4be7a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def do_get_preview_ports(self, line):
def do_set_composite_mode(self, line):
self.c = Controller()
self.c.establish_connection()
print self.c.set_composite_mode(int(line))
print self.c.set_composite_mode(line)



Expand Down

0 comments on commit 4be7a94

Please sign in to comment.