Fix in send info daemon
This commit is contained in:
parent
e2447cbb98
commit
ac1275602d
1 changed files with 3 additions and 1 deletions
|
|
@ -19,7 +19,9 @@ user_home=str(Path.home())
|
||||||
|
|
||||||
hostname=getfqdn()
|
hostname=getfqdn()
|
||||||
|
|
||||||
print(hostname)
|
ip= request.remote_addr
|
||||||
|
|
||||||
|
print(ip)
|
||||||
|
|
||||||
def load_config():
|
def load_config():
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue