buttons doesnt work with famicon at all, even with ez button

master
bel 2022-04-12 07:51:17 -06:00
parent 5ec7cf4801
commit 896040391d
1 changed files with 2 additions and 1 deletions

View File

@ -42,4 +42,5 @@ if __name__ == "__main__":
for i in range(3): for i in range(3):
print("", 3-i, "...") print("", 3-i, "...")
time.sleep(1) time.sleep(1)
tap(key) tap(53)
exit()