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)
|
||||
return
|
||||
|
||||
|
||||
|
||||
""" CLASS MONGO CACHE """
|
||||
|
||||
|
||||
class General_Search:
|
||||
def GET(self, query, id):
|
||||
try:
|
||||
|
@ -73,7 +69,6 @@ class QueryDates:
|
|||
return json.dumps(result)
|
||||
|
||||
|
||||
|
||||
""" CLASS DIRECT """
|
||||
class Cluster:
|
||||
def GET(self, cluster=None):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue