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

Merge remote-tracking branch 'origin/v2.2'

This commit is contained in:
Adolfo Gómez García 2019-05-10 10:01:47 +02:00
commit 14da66291e
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ import logging
logger = logging.getLogger(__name__)
__updated__ = '2018-07-19'
__updated__ = '2019-05-10'
class TicketStore(UUIDModel):

View File

@ -47,7 +47,7 @@ import logging
import random
import string
__updated__ = '2017-12-20'
__updated__ = '2019-05-10'
logger = logging.getLogger(__name__)