Update utilities.py

This commit is contained in:
Nico Melone
2021-08-24 16:18:59 -05:00
parent bb618f9b5c
commit c9f81a83d1

View File

@@ -23,7 +23,7 @@ def get_public_ip_address():
except Exception as e:
print("Could not resolve address: {}".format(e))
return ip_address
return ip_address
return ip_address[:-1]
def int_to_float16(int_to_convert):
"""Convert integer into float16 representation."""