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
{{ message }}
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.
Scenario/Intent
tried running example/scmb.py with master version and it break at sec = security(con)
Environment Details
Steps to Reproduce
try to run examples/scmb.py
Expected Result
Actual Result
getting python error:
NameError: name 'security' is not defined
from scmb.py line # 282 ( which is sec = security(con)
The text was updated successfully, but these errors were encountered: