Fixes to waveform callback and cdn tidy

This commit is contained in:
Fergal Moran
2015-08-28 20:42:14 +01:00
parent a0f1208ded
commit 73c3c6078a
9 changed files with 24 additions and 9 deletions

View File

@@ -30,7 +30,7 @@ from spa.models.notification import Notification
from spa.models.show import Show
from spa.models.userprofile import UserProfile
logger = logging.getLogger('spa')
logger = logging.getLogger('dss')
class AnonymousWriteUserDelete(BasePermission):