This commit is contained in:
Peter D. Gray 2023-01-19 10:59:39 -05:00 committed by scgbckbone
parent 338136bd4c
commit cd57742602

View File

@ -28,7 +28,7 @@ class Touch:
while 1:
# rx's any key that is pressed and now released
key = await s.read(1)
print("Sim: %s" % key)
#print("Sim: %s" % key)
if key == b'\0':
await numpad._changes.put('') # all up
else: