Fix important bug

api 8 --> api 9 changes
This commit is contained in:
SenjuZoro 2025-04-12 20:17:29 +02:00 committed by GitHub
parent 6669428403
commit e5975e7ed5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
# ba_meta require api 8
# ba_meta require api 9
'''
Character Chooser by Mr.Smoothy
@ -36,7 +36,7 @@ from typing import TYPE_CHECKING
import babase
import bauiv1 as bui
from babase._error import print_error
import logging
from babase._language import Lstr
if TYPE_CHECKING: