Get hostname

This commit is contained in:
Antonio de la Rosa 2021-06-07 01:19:50 +02:00
parent 7036739163
commit e2447cbb98

View file

@ -11,11 +11,16 @@ import os
from sys import exit
from pathlib import Path
import signal
from socket import getfqdn
#url="http://url/to/info"
user_home=str(Path.home())
hostname=getfqdn()
print(hostname)
def load_config():
yes_config=False