Skip to content

Commit 1fb0bbd

Browse files
committed
Fix recursive loop in limnoria_reset_password
Closes GH-1565
1 parent 18699b0 commit 1fb0bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/limnoria_reset_password.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def _main():
104104

105105
def main():
106106
try:
107-
main()
107+
_main()
108108
except KeyboardInterrupt:
109109
pass
110110

0 commit comments

Comments
 (0)