master
Lukas Schulz 2020-12-20 00:12:56 +01:00
parent 2147291ce8
commit af3040ce26
1 changed files with 2 additions and 2 deletions

View File

@ -76,8 +76,8 @@ def main():
def updateImage():
canvas = Image.new('RGB', (192, 128), color = 'red')
canvas = canvas.paste(get_track(), (0,0))
this.canvas = Image.new('RGB', (192, 128), color = 'red')
this.canvas = canvas.paste(get_track(), (0,0))