Skip to content

Commit

Permalink
fix startup errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rpatel3001 committed Apr 14, 2024
1 parent 5ef4729 commit a4c3249
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rootfs/etc/scripts/reformat.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ def thread_wrapper(func, *args):
idint = int(id)
bestk = None
bestdiff = 1e6
k = None
for k,v in snrjs.items():
kint = int(k)
if abs(idint-kint) < bestdiff:
Expand Down

0 comments on commit a4c3249

Please sign in to comment.