Remove unnecessary comment.
This commit is contained in:
		@@ -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