#this will print if the code has failed to account for something in detailes, but it works as of December 26th 2017
else:
print"wut, this hsouldn't print plz halp, they probably changed the xml or something and means we need to update but if it work we should just ship it"
elif(
print"wut, this hsouldn't print plz halp,"
elif(#see (D) above
entry_detailes[1][0:6]=="Monday"or
entry_detailes[1][0:7]=="Tuesday"or
entry_detailes[1][0:9]=="Wednesday"or
...
...
@@ -110,48 +152,45 @@ for entry in entries:
entry_detailes[1][0:8]=="Saturday"or
entry_detailes[1][0:6]=="Sunday"or
entry_detailes[1][0:7]=="Ongoing"):
#See (E)
iflen(entry_detailes)==2:
location=entry_detailes[0]
date=entry_detailes[1]
description="no description given"
#See (F)
eliflen(entry_detailes)==3:
location=entry_detailes[0]
date=entry_detailes[1]
description=entry_detailes[2]
#This extra case was made because one entry had the description split into two by a
#newline so it registered as two descriptions making the length = 3
#this will print if the code has failed to account for something in detailes
else:
print"wut, this hsouldn't print plz halp, they probably changed the xml or something and means we need to update but if it work we should just ship it"
printcounter
printlen(entry_detailes)
ifcounter==36:
printentry_detailes#idk what going on with entry 36, drama department doin something weird and it shouldn't work but it does idk
counter+=1
print"wut, this hsouldn't print plz halp"
#this will print if the above if statements failed to find the date block
else:
print"if this prints there is something wrong please don't show up"