Add files via upload

This commit is contained in:
mutto233
2018-06-22 00:45:10 -04:00
committed by GitHub
parent 5c44ed34b1
commit b5f3fae951

View File

@@ -335,6 +335,8 @@ class PseudoChannel():
timeset=[datetime.time(h,m).strftime("%H:%M") for h,m in itertools.product(xrange(0,24),xrange(0,60,int(self.OVERLAP_GAP)))]
timeset_last = timeset[-1]
theTimeSetInterval_last = datetime.datetime.strptime(timeset_last, '%H:%M')
prevEndTime = time1A_comp #maybe this will change things?
print "++++ Previous End Time: ", time1A_comp
print "++++ Last Element of the Day: ", theTimeSetInterval_last