added DPD to the documentation
This commit is contained in:
parent
4f8bb2f9c1
commit
909a39bece
@ -172,10 +172,11 @@ class ParcelTracker(IntervalModule):
|
||||
"""
|
||||
Used to track parcel/shipments.
|
||||
|
||||
Supported carriers: DHL, UPS, Itella
|
||||
Supported carriers: DHL, UPS, DPD, Itella
|
||||
|
||||
- parcel.UPS("<id_code>")
|
||||
- parcel.DHL("<id_code>")
|
||||
- parcel.DPD("<id_code>")
|
||||
- parcel.Itella("<id_code>"[, "en"|"fi"|"sv"])
|
||||
Second parameter is language. Requires beautiful soup 4 (bs4)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user