use oidc for auth, remove proxtar from paths, check if rtp when necessary

This commit is contained in:
Jordan Rodgers 2017-12-12 15:41:25 -05:00
parent e6fd8b1c0c
commit b656df33ba
6 changed files with 115 additions and 74 deletions

View file

@ -34,6 +34,8 @@ def get_ip_for_mac(starrs, mac):
c.execute("COMMIT")
finally:
c.close()
if not results:
return 'No IP'
return results[0][3]