Fix constant name

Signed-off-by: Micke Nordin <micke@noreply.code.smolnet.org>
This commit is contained in:
Micke Nordin 2022-01-07 21:50:24 +00:00
parent c1547de061
commit c9dac6fdee

View file

@ -17,7 +17,7 @@ SCREEN_WIDTH = int(720 / 2)
BASEPATH = path.join(str(environ.get("HOME")), '.config/cast')
DB_FILE_NAME = 'cast.db'
SUB_TABLE = 'subscriptions'
SUB_TABLE = 'videos'
VIDEO_TABLE = 'videos'
def add_subscription(channel_id: str,