(20251126) ...

This commit is contained in:
2025-11-26 14:39:39 +05:30
parent 4d76bb9767
commit 20ea8c7f1d
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -248,9 +248,8 @@ def get_reports(cosec_creds: dict) -> None:
try:
get_muster_roll(cosec_creds = cosec_creds)
time.sleep(2.5)
except:
except Exception as e:
print("MUSTER ROLL FETCH FAILED!")
pass
# Get the In-Out Summary and then wait
# for the driver's resources to get freed:
@@ -259,7 +258,6 @@ def get_reports(cosec_creds: dict) -> None:
time.sleep(2.5)
except Exception as e:
print("IN-OUT SUMMARY FETCH FAILED!")
raise e
# ---------------------------------------------------------------------------------------------------------------------
+1 -1
View File
File diff suppressed because one or more lines are too long