diff --git a/Interlace/lib/core/output.py b/Interlace/lib/core/output.py index 563ef3b..a5caf5d 100644 --- a/Interlace/lib/core/output.py +++ b/Interlace/lib/core/output.py @@ -20,7 +20,7 @@ class OutputHelper(object): print(self.seperator) print("Interlace v%s\tby Michael Skelton (@codingo_)" % __version__) - print(" & Sajeeb Lohani (@sml555_)") + print(" \t& Sajeeb Lohani (@sml555_)") print(self.seperator) def terminal(self, level, target, command, message=""):