mirror of
https://github.com/FakeTV/pseudo-channel.git
synced 2025-12-22 11:13:28 +00:00
Alpha 1.0
This commit is contained in:
@@ -286,7 +286,11 @@ class PseudoChannelDatabase():
|
||||
|
||||
def get_daily_schedule(self):
|
||||
|
||||
return None
|
||||
self.cursor.execute("SELECT * FROM daily_schedule ORDER BY datetime(startTime) ASC")
|
||||
|
||||
datalist = list(self.cursor.fetchall())
|
||||
|
||||
return datalist
|
||||
|
||||
def get_movie(self, title):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user