Skip to content

Commit

Permalink
Merge branch 'development' of github.com:aniketchavan2211/Password-Ma…
Browse files Browse the repository at this point in the history
…nager into development

Merge Conflict
  • Loading branch information
aniketchavan2211 committed Mar 5, 2024
2 parents 3bc037e + f415bb6 commit 9821ef5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def handle_arguments(args, parser):
parser.print_help()

# main() function:
def main():
if __name__ == '__main__':
# Create a database file if it doesn't exist
create_database()

Expand All @@ -289,6 +289,3 @@ def main():
print("\nOperation was interrupted by the user.\nQuiting...")
except PasswordDecryptionError as e:
print(f"Password decryption error: {e}")

if __name__ == '__main__':
main()

0 comments on commit 9821ef5

Please sign in to comment.