We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1276d47 commit b33d35cCopy full SHA for b33d35c
ayon_api/utils.py
@@ -96,7 +96,6 @@ def get_machine_name() -> str:
96
str: Machine name.
97
98
"""
99
- return platform.node()
100
return unidecode.unidecode(platform.node())
101
102
0 commit comments