make compliant with mistune update
This commit is contained in:
parent
fc61c0b9c7
commit
ae83dbaf80
30 changed files with 74 additions and 94 deletions
|
|
@ -99,7 +99,7 @@ A ce niveau, on peut essayer de faire communiquer deux applications à travers R
|
|||
|
||||
Code du producteur :
|
||||
|
||||
``` python
|
||||
```python
|
||||
#!/usr/bin/env python
|
||||
import pika
|
||||
import sys
|
||||
|
|
@ -122,7 +122,7 @@ connection.close()
|
|||
|
||||
Code du consommateur :
|
||||
|
||||
``` python
|
||||
```python
|
||||
#!/usr/bin/env python
|
||||
import pika
|
||||
import sys
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue