yes.
This commit is contained in:
parent
08a40ceacc
commit
d04f2cb563
1 changed files with 4 additions and 4 deletions
8
main.py
8
main.py
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue