Fix url in seventeentrack delivered notification (#38646)

This commit is contained in:
Ole-Martin Heggen 2020-08-07 22:14:42 +02:00 committed by GitHub
parent 94fd6cceef
commit 2d70df9776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -259,7 +259,7 @@ class SeventeenTrackPackageSensor(Entity):
self._friendly_name if self._friendly_name else self._tracking_number
)
message = NOTIFICATION_DELIVERED_MESSAGE.format(
self._tracking_number, identification
identification, self._tracking_number
)
title = NOTIFICATION_DELIVERED_TITLE.format(identification)
notification_id = NOTIFICATION_DELIVERED_TITLE.format(self._tracking_number)