code quality

This commit is contained in:
bkfox
2023-03-13 17:47:00 +01:00
parent 934817da8a
commit 112770eddf
162 changed files with 4798 additions and 4069 deletions

View File

@ -5,7 +5,5 @@ from aircox.views.admin import AdminMixin
class StreamerAdminMixin(AdminMixin, TemplateView):
template_name = 'aircox_streamer/streamer.html'
title = _('Streamer Monitor')
template_name = "aircox_streamer/streamer.html"
title = _("Streamer Monitor")