Skip to content

Commit 21e0c55

Browse files
authored
Merge pull request #252 from ynput/bugfix/return-unidecoded-node-name
Chore: Unidecode machine name for header value pt.2
2 parents 1276d47 + b33d35c commit 21e0c55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ayon_api/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ def get_machine_name() -> str:
9696
str: Machine name.
9797
9898
"""
99-
return platform.node()
10099
return unidecode.unidecode(platform.node())
101100

102101

0 commit comments

Comments
 (0)