Skip to content

Commit 45cd83c

Browse files
authored
Update auto_export_profiles.py
1 parent d50373c commit 45cd83c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

auto_export_profiles.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def filter_profile_list(profiles: list) -> pd.DataFrame:
1616
'phone' : [x['phone'] for x in profiles],
1717
'video' : ["" for x in profiles],
1818
'website' : [x['website'] for x in profiles],
19-
'facebook' : [x['facebook'] for x in profiles],
19+
#'facebook' : [x['facebook'] for x in profiles], comment no facebook section in profiles
2020
'linkedin' : [x['linkedin'] for x in profiles],
2121
'twitter' : [x['twitter'] for x in profiles],
2222
'hidden' : [x['hidden'] for x in profiles],
@@ -96,4 +96,4 @@ def main() -> None:
9696
return None
9797

9898
if __name__ == "__main__":
99-
main()
99+
main()

0 commit comments

Comments
 (0)