Removed deprecated methods

This commit is contained in:
Loup 2023-10-01 17:48:20 +05:30
parent ad72ba3eeb
commit 41cc38af1f
4 changed files with 7 additions and 5 deletions

View file

@ -185,7 +185,7 @@ class Practice(Plugin):
def on_app_running(self) -> None:
"""Plugin start point."""
if app.build_number < 20427:
if app.env.build_number < 20427:
bui.screenmessage(
'ok',
color=(.8, .1, .1))