We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b4e282 + 02b337e commit f45feadCopy full SHA for f45fead
1 file changed
linkedindumper.py
@@ -324,7 +324,7 @@ def main():
324
if mailformat:
325
print(f"{person['firstname']};{person['lastname']};{person['email']};{person['position']};{person['gender']};{person['location']};{person['profile_link']}")
326
else:
327
- print(";".join(person.values()))
+ print(f"{person['firstname']};{person['lastname']};{person['position']};{person['gender']};{person['location']};{person['profile_link']}")
328
print()
329
330
if args.output_json:
0 commit comments