diff options
| author | Magnus Hagander | 2024-05-22 12:19:41 +0000 |
|---|---|---|
| committer | Magnus Hagander | 2024-05-22 12:19:41 +0000 |
| commit | 9945a2b91d122da2c0fc5ef9a4ae575ebff73332 (patch) | |
| tree | 21ee2f09b75b7777db5e66a6dffca698e47fd672 | |
| parent | 9bcb5b70fbe2e7a7a7c6930a5971c690ac035949 (diff) | |
Fix copy/paste error
| -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), ] |
