You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (mostrecentcalllast):
File"/Users/grutz/Kvasir/web2py/gluon/scheduler.py", line306, inexecutor"name '%s' not found in scheduler's environment"%f)
NameError: name'connect_exploits'notfoundinscheduler'senvironment
Need to add this to models/scheduler.py:
##----------------------------------------------------------------------------defconnect_exploits(filename=None):
""" Process Nexpose exploits.xml file into the database """fromskaldship.exploitsimportconnect_exploitsconnect_exploits()
returnTrue
The text was updated successfully, but these errors were encountered:
Connecting exploits using scheduler:
Need to add this to models/scheduler.py:
The text was updated successfully, but these errors were encountered: