From 909a39bece52bddbf9a5f3d59675b1d73024ed1d Mon Sep 17 00:00:00 2001 From: Paul Friedrich Date: Tue, 10 Jan 2017 20:20:46 +0100 Subject: [PATCH] added DPD to the documentation --- i3pystatus/parcel.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)