fix import

This commit is contained in:
Lili (Tlapka) 2023-03-27 13:34:31 +02:00
parent 0b84e06c52
commit 6e500c962d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ from flask import Flask
from apscheduler.schedulers.background import BackgroundScheduler
from tlapbot.db import get_db
from tlapbot.owncast_requests import is_stream_live, give_points_to_chat
from tlapbot.owncast_helpers import remove_inactive_redeems
from tlapbot.redeems import remove_inactive_redeems
def create_app(test_config=None):
app = Flask(__name__, instance_relative_config=True)