소스 검색

Add header

Signed-off-by: Michael Tang <michael.h.tang@gmail.com>
Michael Tang 5 년 전
부모
커밋
1d4dd03ff6
1개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  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