Added (Yes or No)
This commit is contained in:
pare
1ff5da7c6f
commit
69bc2d0623
S'han modificat 1 arxius amb 1 adicions i 2 eliminacions
|
@ -274,7 +274,7 @@ def confirm_deletion(twitter_username):
|
|||
|
||||
while (answer != 'Yes' and answer != 'No'):
|
||||
|
||||
answer = input(f'Are you sure deleting {twitter_username}?: ')
|
||||
answer = input(f'Are you sure deleting {twitter_username} (Yes or No)?: ')
|
||||
|
||||
if answer == 'Yes':
|
||||
|
||||
|
@ -434,7 +434,6 @@ if __name__ == '__main__':
|
|||
|
||||
print_table = PrettyTable()
|
||||
|
||||
|
||||
print_table.field_names = ['No.','Twitter username', 'bot account', 'host', 'host software']
|
||||
|
||||
i = 0
|
||||
|
|
Loading…
Referencia en una nova incidència