master
Lukas Schulz 2020-12-20 00:11:13 +01:00
parent 6456bdcdd2
commit 524c8065e8
1 changed files with 1 additions and 1 deletions

View File

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