Remove unnecessary comment.
This commit is contained in:
parent
4e05e3380a
commit
3836735b12
@ -151,7 +151,7 @@ def main():
|
||||
|
||||
while True:
|
||||
student_data = get_data(conn)
|
||||
day = time.strftime("%A").lower() # db days are also lowercase.
|
||||
day = time.strftime("%A").lower()
|
||||
finish_time = select_final_time(conn, day, student_data)
|
||||
current_time = parse_time_string(time.strftime("%H:%M"))
|
||||
|
||||
|
Reference in New Issue
Block a user