This commit is contained in:
AndrewTrieu
2022-12-04 22:39:37 +02:00
parent 52a0867d72
commit 82e298f612
3 changed files with 260 additions and 0 deletions

View File

@@ -7,6 +7,11 @@ except ImportError:
from time import sleep
timetable = '/html/body/blockquote/table/tbody/tr[#]/td[*]/input'
# /html/body/blockquote/table/tbody/tr[3]/td[2]/input
# /html/body/blockquote/table/tbody/tr[3]/td[3]/input
# /html/body/blockquote/table/tbody/tr[4]/td[2]/input
# /html/body/blockquote/table/tbody/tr[17]/td[2]/input
def chooseTime():
print('\n Choose a time:')