mirror of
https://github.com/FakeTV/pseudo-channel.git
synced 2025-12-20 18:23:44 +00:00
Fix 2
This commit is contained in:
@@ -1112,7 +1112,9 @@ if __name__ == '__main__':
|
|||||||
|
|
||||||
if item_timeTwo == closest_media and prevItem != None:
|
if item_timeTwo == closest_media and prevItem != None:
|
||||||
|
|
||||||
elapsed_timeTwo = item_timeTwo - now
|
prevItem_time = datetime.datetime.strptime(''.join(str(prevItem[8])), "%I:%M:%S %p")
|
||||||
|
|
||||||
|
elapsed_timeTwo = prevItem_time - now
|
||||||
|
|
||||||
offsetTwo = int(abs(elapsed_timeTwo.total_seconds() * 1000))
|
offsetTwo = int(abs(elapsed_timeTwo.total_seconds() * 1000))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user