From b5f3fae951b06496d80b9c26be8a00304567d79f Mon Sep 17 00:00:00 2001 From: mutto233 <39921339+mutto233@users.noreply.github.com> Date: Fri, 22 Jun 2018 00:45:10 -0400 Subject: [PATCH] Add files via upload --- PseudoChannel.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PseudoChannel.py b/PseudoChannel.py index 7fe6768..78486d2 100644 --- a/PseudoChannel.py +++ b/PseudoChannel.py @@ -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