diff --git a/i3pystatus/parcel.py b/i3pystatus/parcel.py index bfaa925..460abb6 100644 --- a/i3pystatus/parcel.py +++ b/i3pystatus/parcel.py @@ -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("") - parcel.DHL("") + - parcel.DPD("") - parcel.Itella(""[, "en"|"fi"|"sv"]) Second parameter is language. Requires beautiful soup 4 (bs4)