Kaynağa Gözat

Add header

Signed-off-by: Michael Tang <michael.h.tang@gmail.com>
Michael Tang 5 yıl önce
ebeveyn
işleme
1d4dd03ff6
1 değiştirilmiş dosya ile 7 ekleme ve 1 silme
  1. 7 1
      session.py

+ 7 - 1
session.py

@@ -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