mirror of
https://github.com/ThomasGsp/HyperProxmox.git
synced 2025-03-09 15:40:18 +00:00
Clean code
This commit is contained in:
parent
b5152d239b
commit
ed306bd0bb
1 changed files with 0 additions and 5 deletions
|
@ -30,11 +30,7 @@ class Auth:
|
||||||
web.setcookie('ticket', i.ticket, 3600)
|
web.setcookie('ticket', i.ticket, 3600)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
""" CLASS MONGO CACHE """
|
""" CLASS MONGO CACHE """
|
||||||
|
|
||||||
|
|
||||||
class General_Search:
|
class General_Search:
|
||||||
def GET(self, query, id):
|
def GET(self, query, id):
|
||||||
try:
|
try:
|
||||||
|
@ -73,7 +69,6 @@ class QueryDates:
|
||||||
return json.dumps(result)
|
return json.dumps(result)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
""" CLASS DIRECT """
|
""" CLASS DIRECT """
|
||||||
class Cluster:
|
class Cluster:
|
||||||
def GET(self, cluster=None):
|
def GET(self, cluster=None):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue