AttributeError: module 'ivoryos.utils.utils' has no attribute 'get_ip_address'

At the current master (commit 6bde18af), utils.get_ip_address() is called at line 169 of ivoryos/__init__.py when running on Python 3.12 or higher (code link).

However, this raises the following error when executing ivoryos.run(__name__):

AttributeError: module 'ivoryos.utils.utils' has no attribute 'get_ip_address'

I believe the intended function should be get_local_ip() instead of get_ip_address(). Could you confirm if this is correct?