Skip to content

Commit 1bff52e

Browse files
committed
[ADD] a simple page to handle job titles
1 parent cca4d17 commit 1bff52e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get_linkedin_kws.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import json
12
import os
23

34
import django
@@ -52,4 +53,3 @@ def get_linkedin_keywords(keyword: str):
5253
data = json.load(open("keys.json", "r"))
5354
data.update(all_titles)
5455
json.dump(data, open("keys.json", "w"), indent=4)
55-

0 commit comments

Comments
 (0)