mirror of
https://github.com/codingo/Interlace.git
synced 2025-12-17 06:44:23 +01:00
Banner char length update
This commit is contained in:
@@ -12,14 +12,15 @@ class OutputHelper(object):
|
||||
|
||||
self.verbose = arguments.verbose
|
||||
self.silent = arguments.silent
|
||||
self.seperator = "================================================================================="
|
||||
self.seperator = "====================================================="
|
||||
|
||||
def print_banner(self):
|
||||
if self.silent:
|
||||
return
|
||||
|
||||
print(self.seperator)
|
||||
print("Interlace v%s\tby Michael Skelton (@codingo_) & Sajeeb Lohani (@sml555_)" % __version__)
|
||||
print("Interlace v%s\tby Michael Skelton (@codingo_)" % __version__)
|
||||
print(" & Sajeeb Lohani (@sml555_)")
|
||||
print(self.seperator)
|
||||
|
||||
def terminal(self, level, target, command, message=""):
|
||||
|
||||
Reference in New Issue
Block a user