|
|
@@ -1,3 +1,9 @@
|
|
|
+'''
|
|
|
+title: Automated EPSB check in/out script
|
|
|
+author: michael Tang
|
|
|
+date created: 2021-01-25
|
|
|
+date modified: 2021-02-01
|
|
|
+'''
|
|
|
import time
|
|
|
from selenium import webdriver
|
|
|
|
|
|
@@ -83,7 +89,7 @@ print("Enter what you want to do: ")
|
|
|
print("1: check in")
|
|
|
print("2. check out")
|
|
|
checkInOut = input("Your selection: ")
|
|
|
-print(checkInOut)
|
|
|
+# print(checkInOut)
|
|
|
if checkInOut == "1":
|
|
|
print("running check in")
|
|
|
global whoHereFor
|