Skip to content

Commit 07efcc3

Browse files
Update command.py
1 parent 47090e0 commit 07efcc3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

smpplib/command.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,8 @@ def __init__(self, command, **kwargs):
566566

567567
class GenericNAck(Command):
568568
"""General Negative Acknowledgement class"""
569-
569+
params = {}
570+
params_order = ()
570571
_defs = []
571572

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

0 commit comments

Comments
 (0)