Update timetable.py

This commit is contained in:
Pengwius 2020-12-04 15:05:23 +01:00
parent b56e9078a2
commit 988b43a401

View file

@ -58,20 +58,7 @@ def prepare_timetable_for_display():
a = 0
break
a += 1
#while True:
#print(hour[i])
#print(monday[i])
#print(tuesday[i])
#print(wednesday[i])
#print(thrusday[i])
#print(friday[i])
#print('-------------------------------------')
#if hour[i] == hour[-1]:
#i = 0
#break
#i += 1
while True:
#<--------------HOURS-------------->
bs = BeautifulSoup(hour[i], 'html.parser')