Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
skip ipaddress way to receive ip address
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Jan 6, 2023
1 parent e1edb76 commit 1c530c0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions openpype/modules/ftrack/ftrack_server/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ def get_host_ip():
except Exception:
pass

try:
import ipaddress
return socket.gethostbyname(str(ipaddress.ip_address(8888)))

except Exception:
pass
return None


Expand Down

0 comments on commit 1c530c0

Please sign in to comment.