From b126f75292ccadfa4c0f856d65f9a367ed7304da Mon Sep 17 00:00:00 2001 From: Michael Skelton <886344+codingo@users.noreply.github.com> Date: Tue, 4 Jun 2019 15:43:56 +1000 Subject: [PATCH] Fix Banner --- Interlace/lib/core/output.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=""):