From 1fb0bbd1c033a2746799dbc8eb7960d3effb2786 Mon Sep 17 00:00:00 2001 From: James Lu Date: Tue, 24 Oct 2023 20:05:18 -0700 Subject: [PATCH] Fix recursive loop in limnoria_reset_password Closes GH-1565 --- src/scripts/limnoria_reset_password.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/limnoria_reset_password.py b/src/scripts/limnoria_reset_password.py index 08f0a037e..4e1daefed 100644 --- a/src/scripts/limnoria_reset_password.py +++ b/src/scripts/limnoria_reset_password.py @@ -104,7 +104,7 @@ def _main(): def main(): try: - main() + _main() except KeyboardInterrupt: pass