mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-04-28 23:19:42 +00:00
Fix typo.
This commit is contained in:
parent
1207ea118a
commit
c7059db84a
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ int ndpi_des_init(struct ndpi_des_struct *des, double alpha, double beta, float
|
|||
Now this API can be called and used on python side
|
||||
|
||||
``` python
|
||||
from ndpi import, lib, ffi
|
||||
from ndpi import lib, ffi
|
||||
|
||||
des = ffi.new("struct ndpi_des_struct *")
|
||||
alpha = 0.9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue