Commit Graph
2 Commits
Author SHA1 Message Date
Alexandre Flament 8da64e1182 calculator: use subprocess.run 2025-01-17 21:59:46 +00:00
Alexandre Flament 1a11282ab4 [fix] calculator: call python using subprocess.Popen
call Python directly with -S and -I parameters to skip loading
of the standard library and the SearXNG module.

The actual calculator is moved to a standalone script: calculator_process.py
2025-01-11 23:33:29 +00:00