Remove unnecessary comment.

This commit is contained in:
Abdulkadir Furkan Şanlı 2019-01-11 23:28:08 +01:00
parent 4e05e3380a
commit 3836735b12
No known key found for this signature in database
GPG Key ID: 7823BD18E6F95D73

View File

@ -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"))