master
Lukas Schulz 2020-12-20 00:19:54 +01:00
parent 08a40ceacc
commit d04f2cb563
1 changed files with 4 additions and 4 deletions

View File

@ -69,9 +69,9 @@ def showImage(image, offset_x = 0, offset_y = 0):
# #image.save("thumbnail.jpg","JPEG")
#else:
# print("Can't get token for", username)
def main():
x = threading.Thread(target=updateImage)
x.start()
#def main():
# x = threading.Thread(target=draw)
# x.start()
def drawCanvas():
@ -82,7 +82,7 @@ def drawCanvas():
if __name__ == "__main__":
main()
#main()
print('text')
while True: