mirror of
https://github.com/assenzostefano/class-website.git
synced 2025-06-06 00:39:12 +02:00
Remove inutil lines of code
This commit is contained in:
@@ -627,8 +627,6 @@ def update_time_school():
|
|||||||
|
|
||||||
# Look for other classes doing PE at the same time as us
|
# Look for other classes doing PE at the same time as us
|
||||||
if school_subject == "CEAM EDUCAZIONE ATTIVITA' MOTORIE" or school_subject == "CEAM EDUCAZIONE ATTIVITA' MOTORIE":
|
if school_subject == "CEAM EDUCAZIONE ATTIVITA' MOTORIE" or school_subject == "CEAM EDUCAZIONE ATTIVITA' MOTORIE":
|
||||||
print(school_subject)
|
|
||||||
testgaga = column
|
|
||||||
for c in range(1,100):
|
for c in range(1,100):
|
||||||
search_motoria = ws.cell(row=i, column=c).value
|
search_motoria = ws.cell(row=i, column=c).value
|
||||||
if search_motoria == "CEAM EDUCAZIONE ATTIVITA' MOTORIE" or search_motoria == "CEAM EDUCAZIONE ATTIVITA' MOTORIE":
|
if search_motoria == "CEAM EDUCAZIONE ATTIVITA' MOTORIE" or search_motoria == "CEAM EDUCAZIONE ATTIVITA' MOTORIE":
|
||||||
|
Reference in New Issue
Block a user