I forgot to remove the print

This commit is contained in:
Stefano Assenzo 2023-02-17 17:04:36 +00:00 committed by GitHub
parent 44ce965fb3
commit 4f4458c425
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -465,7 +465,6 @@ def update_time_school():
for i in range(4,80):
day = str(ws.cell(row=i, column=3).value) # Get day from excel file
school_subject = ws.cell(row=i, column=column).value # Get school subject from excel file
print(school_subject)
teacher = ws.cell(row=i, column=column+1).value
room = ws.cell(row=i, column=column+2).value
if dont_repeat == 9: