joeyism / linkedin_scraper

A library that scrapes Linkedin for user data
GNU General Public License v3.0
2.11k stars 582 forks source link

set default values for Person attributes #197

Open maorfr opened 1 year ago

maorfr commented 1 year ago

this commit adds a default value (empty string) to some locally defined variables, to allow them to be used in a global context.

this handles the following error:

UnboundLocalError: cannot access local variable '<>' where it is not associated with a value