|
|
@@ -2,7 +2,7 @@
|
|
|
title: Automated EPSB check in/out script
|
|
|
author: michael Tang
|
|
|
date created: 2021-01-25
|
|
|
-date modified: 2021-02-07
|
|
|
+date modified: 2022-03-03
|
|
|
'''
|
|
|
import time
|
|
|
from selenium import webdriver
|
|
|
@@ -73,7 +73,7 @@ def checkIn():
|
|
|
else:
|
|
|
print("invalid key pressed.")
|
|
|
|
|
|
- ########################## end of Check in ###########################
|
|
|
+ ########################## end of Check in ##############################
|
|
|
|
|
|
def checkOut():
|
|
|
############################ start Check Out ############################
|