From 9687a6e49209dbcbd20db3b46f0f56b5a4c4705e Mon Sep 17 00:00:00 2001 From: Cole Deck Date: Tue, 14 May 2024 17:52:53 -0500 Subject: [PATCH] Revert to base urx, reduce camera time --- requirements.txt | 2 +- run.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 91874b9..3d5ce98 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ pypdf2==2.12.1 alive-progress requests math3d==4.0.0 -git+https://git.myitr.org/adeck/python-urx-getl-rt.git +git+https://github.com/Byeongdulee/python-urx.git meilisearch pyyaml Flask diff --git a/run.py b/run.py index 3a31852..0401e38 100755 --- a/run.py +++ b/run.py @@ -848,7 +848,7 @@ def mainloop_server(pool, manager): if camera_ready == True: if scan_value is False: # unable to scan ???? not good - if failcount > 15: + if failcount > 8: mode = "Idle" fprint("Giving up scanning cable.") failcount = 0