Forráskód Böngészése

update date modified in header

Signed-off-by: Michael Tang <michaelhtang@gmail.com>
Michael Tang 4 éve
szülő
commit
afbec79618
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      session.py

+ 2 - 2
session.py

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