1
0
Fork 0
mirror of https://github.com/ThomasGsp/HyperProxmox.git synced 2025-03-09 15:40:18 +00:00

Clean code

This commit is contained in:
Tlams 2018-02-23 13:45:15 +00:00
parent b5152d239b
commit ed306bd0bb

View file

@ -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):