Looping through commercials over 100 times trying to fill up time.

This commit is contained in:
Justin Emter
2017-07-26 16:02:30 -07:00
parent 56fa063260
commit 8c4411d5a6

View File

@@ -112,7 +112,7 @@ class PseudoChannelCommercial():
print "here", time_diff.seconds
while curr_item_start_time > new_commercial_start_time and (count) < len(self.commercials):
while curr_item_start_time > new_commercial_start_time and (count) < len(self.commercials)*100:
random_commercial = self.get_random_commercial()