fix db import for cmd argument

This commit is contained in:
Lili (Tlapka) 2022-09-26 16:51:22 +02:00
parent 965e14e035
commit 1d6bd82ce0
1 changed files with 1 additions and 1 deletions

View File

@ -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():