mirror of
https://github.com/FakeTV/pseudo-channel.git
synced 2026-01-04 01:03:14 +00:00
Edited output / cleaned output for easier debugging.
This commit is contained in:
@@ -1083,9 +1083,11 @@ if __name__ == '__main__':
|
||||
|
||||
|
||||
print "+++++ Sleeping for {} seconds before playing: '{}'".format(time_diff.total_seconds(), item[3])
|
||||
sleep(time_diff.total_seconds())
|
||||
|
||||
print "Woke up!"
|
||||
sleep(int(time_diff.total_seconds()))
|
||||
|
||||
if pseudo_channel.DEBUG:
|
||||
print "+++++ Woke up!"
|
||||
|
||||
pseudo_channel.controller.play(item, schedulelist)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user