1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-21 18:03:54 +03:00

Comment fix

This commit is contained in:
Adolfo Gómez García 2016-06-15 00:58:33 +02:00
parent 8b2df76582
commit 96bd117622

View File

@ -124,7 +124,7 @@ class Actor(Handler):
def getTicket(self):
'''
Processes get requests in order to obtain a ticket content
GET /rest/ticket/[ticketId]
GET /rest/actor/ticket/[ticketId]
'''
logger.debug("Ticket args for GET: {0}".format(self._args))