mirror of
https://github.com/assenzostefano/class-website.git
synced 2025-02-16 16:30:35 +01:00
I forgot to remove the print
This commit is contained in:
parent
44ce965fb3
commit
4f4458c425
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user