GabeGiro / EasyApplyJobsBot

Automated bot that applies to Linkedin jobs via Easy Apply based on your preferences
https://discord.gg/y9fC2snanK
MIT License
19 stars 6 forks source link

Missing jobTitles in config is raising exception #71

Closed tudopropaganda closed 2 weeks ago

tudopropaganda commented 2 weeks ago

At the moment the config.py file does not have this variable called jobTitles, so this line is throwing an error:

utils.py

def jobTitle(self):
        jobTitleArray = config.jobTitles

Error message:

in jobTitle
    jobTitleArray = config.jobTitles
                    ^^^^^^^^^^^^^^^^
AttributeError: module 'config' has no attribute 'jobTitles'