rename tlapbot types :(
This commit is contained in:
parent
c8d2865383
commit
9f89a2a892
@ -2,7 +2,7 @@ from flask import current_app
|
|||||||
from sqlite3 import Error, Connection
|
from sqlite3 import Error, Connection
|
||||||
from typing import Tuple, Any
|
from typing import Tuple, Any
|
||||||
from tlapbot.owncast_helpers import use_points
|
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:
|
def counter_exists(db: Connection, counter_name: str) -> bool:
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user