now server can start atleast
This commit is contained in:
Ayush Saini 2021-04-22 14:54:47 +05:30
parent ff982c8a66
commit bd5bbb4995
23 changed files with 706 additions and 462 deletions

View file

@ -1,4 +1,4 @@
from ChatHandle import HandleChat
from chatHandle import handlechat
def filter_chat_message(msg, client_id):
return HandleChat.filter_chat_message(msg, client_id)