Skip to content

Commit

Permalink
Added error string to initiation script
Browse files Browse the repository at this point in the history
  • Loading branch information
drakylar committed Feb 2, 2022
1 parent 2870869 commit 8a5f24a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion new_initiation.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
print('Are you sure running it? Write: DELETE_ALL')
init_proof = input('Your input: ')
if init_proof != 'DELETE_ALL':
exit(0)
print('Error! String wasn\'t correct!')
exit(1)
change_basic_password()

create_db()
Expand Down

0 comments on commit 8a5f24a

Please sign in to comment.