diff --git a/pastafaristats/send_info_daemon.py b/pastafaristats/send_info_daemon.py index 185a1d9..cb676c4 100644 --- a/pastafaristats/send_info_daemon.py +++ b/pastafaristats/send_info_daemon.py @@ -19,7 +19,9 @@ user_home=str(Path.home()) hostname=getfqdn() -print(hostname) +ip= request.remote_addr + +print(ip) def load_config():