FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Update README.md · python-smpplib/python-smpplib@4a2807d · GitHub

Commit 4a2807d

Browse files
authored
Update README.md
1 parent fb28abb commit 4a2807d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ t = Thread(target=client.listen)
6363
t.start()
6464
```
6565

66-
The client supports setting a custom generator that produces sequence numbers for the PDU packages. Per default a simple in memory generator is used which in conclusion is reset on (re)instantiation of the client, e.g. by an application restart. You may also set the starting sequence yourself by declaring the generator beforehand and passing it to the Client:
66+
A simple in memory generator that produces sequence numbers for the PDU packages is used, which is reset on (re)instantiation of the client, e.g. by an application restart. It starts by default with sequence number 0x00000001 but you may set the starting sequence yourself by declaring the generator beforehand and passing it to the Client:
6767
```python
6868
import smpplib.client
6969

@@ -73,7 +73,7 @@ client = smpplib.client.Client('example.com', SOMEPORTNUMBER, sequence_generator
7373
```
7474

7575

76-
If you need more/different features associated with the generator, you can implement your own:
76+
The client supports setting a custom generator, so if you need more/different features associated with it, you can implement your own:
7777
```python
7878
import smpplib.client
7979

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL