Fix constant name
Signed-off-by: Micke Nordin <micke@noreply.code.smolnet.org>
This commit is contained in:
parent
c1547de061
commit
c9dac6fdee
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue