You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "C:\Users\David\yesitsme\yesitsme.py", line 244, in
main()
File "C:\Users\David\yesitsme\yesitsme.py", line 143, in main
if(infos["full_name"].lower() == name.lower()):
KeyError: 'full_name'
The text was updated successfully, but these errors were encountered:
I got this error message:
Traceback (most recent call last):
File "C:\Users\David\yesitsme\yesitsme.py", line 244, in
main()
File "C:\Users\David\yesitsme\yesitsme.py", line 143, in main
if(infos["full_name"].lower() == name.lower()):
KeyError: 'full_name'
The text was updated successfully, but these errors were encountered: