core: allow sending 0-byte messages.

This commit is contained in:
David Wilson 2017-09-18 15:36:30 +05:30
parent 6f2d514813
commit e796487cca
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ class Message(object):
src_id = None
handle = None
reply_to = None
data = None
data = ''
router = None