Skip to content

Commit

Permalink
add init file in UI
Browse files Browse the repository at this point in the history
  • Loading branch information
dmdhrumilmistry committed Jun 11, 2022
1 parent 83cd027 commit bea8ac3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file added pyhtools/UI/__init__.py
Empty file.
1 change: 1 addition & 0 deletions pyhtools/UI/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ def run():
'[-] Unknown command, use help to view valid commands')

except (EOFError, KeyboardInterrupt):
print()
print(BRIGHT_YELLOW +
"[\U0001f604] WE ARE NEVER RESPONSIBLE FOR YOUR ACTIONS!")
print(BRIGHT_RED + '[-] Closing PHT....')
Expand Down

0 comments on commit bea8ac3

Please sign in to comment.