feat Ground wrk for disconnect refactoring

This commit is contained in:
Swann
2020-01-19 17:21:16 +01:00
parent e99e6965ec
commit fdb7995cbf
5 changed files with 5 additions and 6 deletions

View File

@ -14,7 +14,7 @@ from . import environment, presence
from .libs import dump_anything
logger = logging.getLogger(__name__)
logger.setLevel(logging.ERROR)
logger.setLevel(logging.INFO)
def has_action(target):
return (hasattr(target, 'animation_data')