diff --git a/ayon_api/utils.py b/ayon_api/utils.py index 291583985..6eb1941c7 100644 --- a/ayon_api/utils.py +++ b/ayon_api/utils.py @@ -96,7 +96,6 @@ def get_machine_name() -> str: str: Machine name. """ - return platform.node() return unidecode.unidecode(platform.node())