summaryrefslogtreecommitdiff
path: root/postgresqleu/util
diff options
context:
space:
mode:
authorMagnus Hagander2024-05-22 12:19:41 +0000
committerMagnus Hagander2024-05-22 12:19:41 +0000
commit9945a2b91d122da2c0fc5ef9a4ae575ebff73332 (patch)
tree21ee2f09b75b7777db5e66a6dffca698e47fd672 /postgresqleu/util
parent9bcb5b70fbe2e7a7a7c6930a5971c690ac035949 (diff)
Fix copy/paste error
Diffstat (limited to 'postgresqleu/util')
-rw-r--r--postgresqleu/util/messaging/linkedin.py2
1 files changed, 1 insertions, 1 deletions
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),
]