Turned debugging off by default, increased the MaxSizeList to 142 (so it can fit 140 pixels) and prevented pixels from being drawn twice.

This commit is contained in:
CodePanter 2016-04-26 14:47:32 +02:00
parent 562ae26d7f
commit e56d0b40ee
2 changed files with 2 additions and 3 deletions

View file

@ -29,7 +29,7 @@ def main():
class Canvas(object):
"""PixelVloed server class"""
def __init__(self, queue, width=1366, height=768, debug=True):
def __init__(self, queue, width=1366, height=768, debug=False):
"""Init the pixelVloed server"""
self.debug = debug
self.pixeloffset = 2