Sfoglia il codice sorgente

[fixed] in webcam_site, removed some colons after elses that might have inadvertently been added back when merging

Spackled Lanturn 3 anni fa
parent
commit
1673b076ea
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      locations/webcam_site.qsrc

+ 2 - 2
locations/webcam_site.qsrc

@@ -104,10 +104,10 @@ $webcam_index = {
 	if hour < 15 or (week < 6 and hour < 19):
 		if hour < 7:
 			'It''s too late to start a show. Too many people are asleep.'
-		else:
+		else
 			if week < 6:
 				'It''s too early to start a show. Too many people are at work.'
-			else:
+			else
 				'Even if it''s the weekend, it''s still too early to start a show.'
 			end
 		end