mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
use oidc for auth, remove proxtar from paths, check if rtp when necessary
This commit is contained in:
parent
e6fd8b1c0c
commit
b656df33ba
6 changed files with 115 additions and 74 deletions
|
|
@ -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]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue