(20251126) ...
This commit is contained in:
+1
-3
@@ -248,9 +248,8 @@ def get_reports(cosec_creds: dict) -> None:
|
|||||||
try:
|
try:
|
||||||
get_muster_roll(cosec_creds = cosec_creds)
|
get_muster_roll(cosec_creds = cosec_creds)
|
||||||
time.sleep(2.5)
|
time.sleep(2.5)
|
||||||
except:
|
except Exception as e:
|
||||||
print("MUSTER ROLL FETCH FAILED!")
|
print("MUSTER ROLL FETCH FAILED!")
|
||||||
pass
|
|
||||||
|
|
||||||
# Get the In-Out Summary and then wait
|
# Get the In-Out Summary and then wait
|
||||||
# for the driver's resources to get freed:
|
# for the driver's resources to get freed:
|
||||||
@@ -259,7 +258,6 @@ def get_reports(cosec_creds: dict) -> None:
|
|||||||
time.sleep(2.5)
|
time.sleep(2.5)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print("IN-OUT SUMMARY FETCH FAILED!")
|
print("IN-OUT SUMMARY FETCH FAILED!")
|
||||||
raise e
|
|
||||||
|
|
||||||
|
|
||||||
# ---------------------------------------------------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------------------------------------------------
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user