yes.
This commit is contained in:
parent
9196cd8616
commit
6456bdcdd2
1 changed files with 2 additions and 1 deletions
3
main.py
3
main.py
|
@ -75,7 +75,8 @@ def main():
|
|||
|
||||
|
||||
def updateImage():
|
||||
print("text")
|
||||
canvas = Image.new('RGB', (192, 128), color = 'red')
|
||||
canvas.paste(get_track(), (0,0), get_track())
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue