Python Forum
Need Help With A Problem I Have Come Across
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need Help With A Problem I Have Come Across
#6
The only thing that comes to mind is the recursion on line 64. Is there anything in addition the the output snippet you provided? I can see this happening if you answer "y", entered a non-existent username, created an account, and then logged in. Otherwise, I do not see how this could occur.

On a related note, it would be better to implement these features with loops instead of recursion. There is the possibility of someone trying to brute force it and causing a stack overflow.
Reply


Messages In This Thread
RE: Extra line hasn’t been added when I don’t want it - by stullis - Mar-24-2020, 10:33 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020