fix sleep time

pull/1/head
Thomas Lindner 2022-12-30 14:20:32 +01:00
parent 362837997e
commit afafad5ccf
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ def main():
reader.print()
while True:
reader.scan()
sleep(1)
sleep(0.1)