minor fix

This commit is contained in:
Tim Bentley 2019-08-04 16:56:07 +01:00
parent 0e96c55c8e
commit 493f33b764

View File

@ -96,7 +96,7 @@ def upgrade_screens(number, x_position, y_position, height, width, can_override,
'width': int(width) 'width': int(width)
}, },
'is_display': is_display_screen, 'is_display': is_display_screen,
'is_primary': number 'is_primary': can_override
} }
} }