Dump out Bedrock exception type

This commit is contained in:
Cyber MacGeddon 2025-01-27 16:59:38 +00:00
parent ea7e3a1183
commit 7d2cddd6fe

View file

@ -267,6 +267,7 @@ class Processor(ConsumerProducer):
except Exception as e:
print(type(e))
print(f"Exception: {e}")
print("Send error response...", flush=True)