From 1d6bd82ce0486029eb739add29edeb2a5fa424ff Mon Sep 17 00:00:00 2001 From: Lili Date: Mon, 26 Sep 2022 16:51:22 +0200 Subject: [PATCH] fix db import for cmd argument --- tlapbot/owncast_helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tlapbot/owncast_helpers.py b/tlapbot/owncast_helpers.py index 9da62be..30189dd 100644 --- a/tlapbot/owncast_helpers.py +++ b/tlapbot/owncast_helpers.py @@ -3,7 +3,7 @@ import requests from sqlite3 import Error import click from flask.cli import with_appcontext -from db import get_db +from tlapbot.db import get_db # # # requests stuff # # # def is_stream_live():