This commit is contained in:
2025-06-01 18:42:45 +05:30
parent 0844c1296e
commit 84ccaa5ada

View File

@@ -105,7 +105,6 @@ class AutomationMassDHP:
)) ))
if error_msg: if error_msg:
print("Error: Invalid Member ID or Date of Birth.") print("Error: Invalid Member ID or Date of Birth.")
input("HERE?")
return "ERROR: INVALID MEMBERID OR DOB" return "ERROR: INVALID MEMBERID OR DOB"
except TimeoutException: except TimeoutException:
pass pass