mirror of
https://github.com/simple-login/app.git
synced 2026-04-07 19:27:34 +00:00
10b6b377ae
Used literal_eval instead of eval. The literal_eval in fact is used with warning since it can corrupt the interpreter, so we wrapped in a try/catch