i have a .properties file that statesserver-ip=
and i made a python program that identifies my ipv4, but i want it to go to the proprieties file through the same program and get server-ip=(my ipv4)
import socket
socket.gethostbyname(hostname)
I've tired many diferent types of solutions, please a need help