This commit is contained in:
Xamora 2024-02-01 14:39:39 +01:00 committed by AdrienLSH
parent 4b092b31bb
commit 9cfdba794d

View File

@ -82,7 +82,6 @@ class ChatNoticeConsumer(WebsocketConsumer):
try:
status, result = getattr(self, "pre_" + type_notice)(user, targets)
except AttributeError as error:
print(error)
status = 200
if (status < 300):