From ac1275602dbd16ae1332e88c4fe6b446a7032f02 Mon Sep 17 00:00:00 2001 From: Antonio de la Rosa Date: Mon, 7 Jun 2021 16:34:50 +0200 Subject: [PATCH] Fix in send info daemon --- pastafaristats/send_info_daemon.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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():