From 9945a2b91d122da2c0fc5ef9a4ae575ebff73332 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Wed, 22 May 2024 14:19:41 +0200 Subject: Fix copy/paste error --- postgresqleu/util/messaging/linkedin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'postgresqleu/util') diff --git a/postgresqleu/util/messaging/linkedin.py b/postgresqleu/util/messaging/linkedin.py index 5adf6047..8aaaa815 100644 --- a/postgresqleu/util/messaging/linkedin.py +++ b/postgresqleu/util/messaging/linkedin.py @@ -302,5 +302,5 @@ class Linkedin(object): def get_link(self, id): return [ 'linkedin', - 'https://www.linkedin.com/feed/update/{}/'.format(post.statusid), + 'https://www.linkedin.com/feed/update/{}/'.format(id), ] -- cgit v1.2.3