(20260310) Modified the work computation to label the event as "In" or "Out" by even considering the label of the device.

This commit is contained in:
2026-03-10 13:18:39 +05:30
parent 172cfdc92d
commit fe752a0028
2 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -191,7 +191,7 @@ if __name__ == "__main__":
import argparse
ap = argparse.ArgumentParser()
ap.add_argument(
"--test",
"--test", "--test-mode",
action = "store_true",
default = False,
)