We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8a8d81 commit 978d010Copy full SHA for 978d010
1 file changed
can/message.py
@@ -48,7 +48,7 @@ class Message(object):
48
"__weakref__" # support weak references to messages
49
)
50
51
- def __init__(self, timestamp=0.0, arbitration_id=0, is_extended_id=None,
+ def __init__(self, timestamp=0.0, arbitration_id=0, is_extended_id=True,
52
is_remote_frame=False, is_error_frame=False, channel=None,
53
dlc=None, data=None,
54
is_fd=False, bitrate_switch=False, error_state_indicator=False,
0 commit comments