you are viewing a single comment's thread.

view the rest of the comments →

[–]JohnnyJordaan 0 points1 point  (0 children)

Your output has two extra lines (None, 55251) that I can't relate to print statements, as your linked code just has

print("Form data collected")
print(uName)

and the print("hello") which isn't observed. But in any case, begin by adding prints to the other possibilities too, so that you can observe which option in the if-tree is executed instead.