Skip to content

Commit

Permalink
Update console.py
Browse files Browse the repository at this point in the history
  • Loading branch information
enty8080 authored Aug 8, 2021
1 parent 814e31a commit 6fcb768
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions ghost/core/base/console.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,17 @@ def __init__(self):
self.tables = Tables()

self.devices = dict()
self.banner = """{}
self.banner = """{}{}
.--. .-. .-.
: .--': : .' `.
: : _ : `-. .--. .--.`. .'
: :; :: .. :' .; :`._-.': :
`.__.':_;:_;`.__.'`.__.':_;
[ {}Ghost Framework 8.0.0{}
[ Developed by EntySec ({}https://entysec.netlify.app/{})
""".format(self.colors.CLEAR, self.colors.BOLD + self.colors.WHITE,
--=[ {}Ghost Framework 8.0.0{}
--=[ Developed by EntySec ({}https://entysec.netlify.app/{})
""".format(self.colors.CLEAR, self.colors.END,
self.colors.BOLD + self.colors.WHITE,
self.colors.END, self.colors.LINE, self.colors.END)

def shell(self):
Expand Down

0 comments on commit 6fcb768

Please sign in to comment.