You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: smpplib/client.py
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -85,8 +85,11 @@ def __init__(
85
85
86
86
ifallow_unknown_opt_paramsisNone:
87
87
warnings.warn(
88
-
"Unknown optional parameters during PDU parsing will stop causing an exception in a future smpplib version (in order to comply with the SMPP spec). To switch behaviour now set allow_unknown_opt_params to True.",
89
-
DeprecationWarning
88
+
"Unknown optional parameters during PDU parsing will stop "
89
+
"causing an exception in a future smpplib version "
90
+
"(in order to comply with the SMPP spec). To switch behavior "
0 commit comments