mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-16 21:50:41 +01:00
Fix recursive loop in limnoria_reset_password
Closes GH-1565
This commit is contained in:
parent
18699b0cf2
commit
1fb0bbd1c0
@ -104,7 +104,7 @@ def _main():
|
|||||||
|
|
||||||
def main():
|
def main():
|
||||||
try:
|
try:
|
||||||
main()
|
_main()
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user