diff options
| -rw-r--r-- | postgresqleu/util/messaging/linkedin.py | 2 |
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), ] |
