more logging for TypeError when saving data

This commit is contained in:
DJ2LS 2022-12-05 15:46:57 +01:00
parent d5a0464fd9
commit ac62fe4448

View file

@ -849,8 +849,13 @@ class DATA:
#
# Occurs on Raspberry Pi and Python 3.7
self.log.error(
"[TNC] ARQ | RX | error occured when saving data. Might be a Python bug... sorry",
e=e
"[TNC] ARQ | RX | error occurred when saving data!",
e=e,
uuid = self.transmission_uuid,
timestamp = timestamp,
dxcall = static.DXCALLSIGN,
dxgrid = static.DXGRID,
data = base64_data
)
self.send_data_to_socket_queue(