We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Web GUI makes use of anonymizer as module inside the src folder.
Anonymizer module inside src is called anonymizer_service.
anonymizer_service
Right now the service is executed using os.system library.
os.system
GUI should be updated so that any call to the service makes use of find_entities() instead.
find_entities()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Web GUI makes use of anonymizer as module inside the src folder.
Anonymizer module inside src is called
anonymizer_service
.Right now the service is executed using
os.system
library.GUI should be updated so that any call to the service makes use of
find_entities()
instead.The text was updated successfully, but these errors were encountered: