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 (most recent call last):
File "rta.py", line 416, in
main()
File "rta.py", line 403, in main
scan.wp_scan(args.url)
File "rta.py", line 361, in wp_scan
dataid = collection.insert(data)
UnboundLocalError: local variable 'data' referenced before assignment
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "rta.py", line 416, in
main()
File "rta.py", line 403, in main
scan.wp_scan(args.url)
File "rta.py", line 361, in wp_scan
dataid = collection.insert(data)
UnboundLocalError: local variable 'data' referenced before assignment
The text was updated successfully, but these errors were encountered: