mirror of
https://github.com/FakeTV/pseudo-channel.git
synced 2026-01-16 15:03:16 +00:00
Added error supressing / encoding to terminal output
This commit is contained in:
@@ -583,10 +583,10 @@ class PseudoDailyScheduleController():
|
||||
|
||||
def play(self, row, datalist):
|
||||
|
||||
print "##### Starting Media: '{}'".format(row[3])
|
||||
print str("##### Starting Media: '{}'".format(row[3])).encode('UTF-8')
|
||||
|
||||
if self.DEBUG:
|
||||
print(row)
|
||||
print str(row).encode('UTF-8')
|
||||
|
||||
timeB = datetime.strptime(row[8], '%I:%M:%S %p')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user