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
Enter the number of the action that you want to take: 3
Do you want to keep going? Enter yes or no.
yes
Traceback (most recent call last):
File "D:\tweet\twitterBot.py", line 344, in
main_menu()
File "D:\tweet\twitterBot.py", line 67, in main_menu
Continue()
File "D:\tweet\twitterBot.py", line 328, in Continue
keep_going = input('Do you want to keep going? Enter yes or no. \n'
File "", line 1, in
NameError: name 'yes' is not defined
sorry I'm a noob
The text was updated successfully, but these errors were encountered:
Enter the number of the action that you want to take: 3
Do you want to keep going? Enter yes or no.
yes
Traceback (most recent call last):
File "D:\tweet\twitterBot.py", line 344, in
main_menu()
File "D:\tweet\twitterBot.py", line 67, in main_menu
Continue()
File "D:\tweet\twitterBot.py", line 328, in Continue
keep_going = input('Do you want to keep going? Enter yes or no. \n'
File "", line 1, in
NameError: name 'yes' is not defined
sorry I'm a noob
The text was updated successfully, but these errors were encountered: