notice
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user