mirror of
https://github.com/assenzostefano/class-website.git
synced 2025-06-06 00:39:12 +02:00
I forgot to remove the print
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user