From fc5bfb3aaa82628e831f5a3d2c7a2dfc4e54f8bb Mon Sep 17 00:00:00 2001 From: Pepper Date: Sat, 3 Oct 2015 01:14:19 -0400 Subject: fixed some minor bugs --- lib/pb/grid.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/pb/grid.py') diff --git a/lib/pb/grid.py b/lib/pb/grid.py index d8b1aaa..8a59b83 100755 --- a/lib/pb/grid.py +++ b/lib/pb/grid.py @@ -39,7 +39,7 @@ class PbGrid(Pb): 'swing': {'type':'int'}, 'tilt': {'type':'int'}, 'roll': {'type':'int'}, - 'zoom': {'type':'int'}, + 'zoom': {'type':'float'}, 'skycolor': {'type':'color', 'default': 'transparent'}, 'transition': { 'type':'enum', @@ -51,7 +51,7 @@ class PbGrid(Pb): 'trim': {'type':'bool'}, 'finalformat': { 'type':'enum', - 'enum_values' :OUTPUT_IMAGE_TYPES, + 'enum_values': OUTPUT_IMAGE_TYPES, 'default': DEFAULT_FINALFORMAT }, 'username': {'type':'string'}, -- cgit v1.2.3-70-g09d2