Closed tudopropaganda closed 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'
At the moment the config.py file does not have this variable called jobTitles, so this line is throwing an error:
utils.py
Error message: