Replies: 1 comment
-
Edit |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I ran the code again but I keep getting this error:
configuration = {'email': '',
'password': '',
'programMode': '',
'codeMode': '',
'newPassword': '',
'resetToken': '',
'authToken': '',
'sensitiveDebug': 'True',
'logCreation': 'False'}
validProgramModes = {'reset', 'login', }
..................................................
ValueError: Invalid program mode inputted!
What file do I edit to fix this?
Beta Was this translation helpful? Give feedback.
All reactions