More fixes

This commit is contained in:
Ubergeek 2020-01-22 22:01:03 -05:00
parent 3b4437db96
commit cfdb4df680
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ def home():
# ip_info
@app.route("/ip_info")
def ip_info():
#for nic, addrs in psutil.net_if_addrs().items():
return "IP Info"
app.run()