Skip to content

Commit 9bccddc

Browse files
Merge pull request python-smpplib#1 from wavemm/stefanruijsenaars-patch-1
Add mandatory attributes for Generic Nack command
2 parents 47090e0 + 4313dc9 commit 9bccddc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

smpplib/command.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,8 @@ def __init__(self, command, **kwargs):
567567
class GenericNAck(Command):
568568
"""General Negative Acknowledgement class"""
569569

570+
params = {}
571+
params_order = ()
570572
_defs = []
571573

572574
def __init__(self, command, **kwargs):

0 commit comments

Comments
 (0)