浏览代码

update date modified in header

Signed-off-by: Michael Tang <michaelhtang@gmail.com>
Michael Tang 4 年之前
父节点
当前提交
afbec79618
共有 1 个文件被更改,包括 2 次插入2 次删除
  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 ############################