rename tlapbot types :(

This commit is contained in:
Lili (Tlapka) 2024-10-06 11:08:17 +02:00
parent c8d2865383
commit 9f89a2a892
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ from flask import current_app
from sqlite3 import Error, Connection
from typing import Tuple, Any
from tlapbot.owncast_helpers import use_points
from tlapbot.types import Redeem, Redeems
from tlapbot.tlapbot_types import Redeem, Redeems
def counter_exists(db: Connection, counter_name: str) -> bool:
try: