This commit is contained in:
LeonOstrez
2024-02-18 21:16:43 -08:00
parent e18bab3615
commit cc2122c90f

View File

@@ -31,6 +31,9 @@ def get_custom_print(args):
return
del kwargs['type']
if 'category' in kwargs:
del kwargs['category']
built_in_print(message, **kwargs)
ipc_client_instance = None