Skip to content

Commit ffa35e6

Browse files
author
Andreas Scherbaum
committed
Add social links for Karen Jex
1 parent 353f864 commit ffa35e6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

bin/verify-data.py

-3
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@ def validate_url(url: str, socialname: str) -> bool:
7777
if (socialname.lower().find('mastadon') != -1):
7878
print("Invalid social media name: {n}, should be 'Mastodon'".format(n = socialname))
7979
sys.exit(1)
80-
if (socialname.lower().find('blog') != -1 and socialname != 'Blog'):
81-
print("Invalid social media name: {n}, should be 'Blog'".format(n = socialname))
82-
sys.exit(1)
8380
if (socialname.lower().find('linkedin') != -1 and socialname != 'LinkedIn'):
8481
print("Invalid social media name: {n}, should be 'LinkedIn'".format(n = socialname))
8582
sys.exit(1)

postgresfriends.json

+5
Original file line numberDiff line numberDiff line change
@@ -159,5 +159,10 @@
159159
"LinkedIn": ["https://www.linkedin.com/in/claireg/"],
160160
"Twitter": ["https://twitter.com/clairegiordano"],
161161
"Mastodon": ["https://mastodon.social/@clairegiordano"]
162+
},
163+
"Karen Jex": {
164+
"LinkedIn": ["https://www.linkedin.com/in/karenhjex/"],
165+
"Twitter": ["https://twitter.com/Karenhjex"],
166+
"Mastodon": ["https://mastodon.online/@karenhjex"]
162167
}
163168
}

0 commit comments

Comments
 (0)