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

View File

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