Merge pull request #46 from codingo/codingo-banner-fix

Fix Banner
This commit is contained in:
Michael Skelton
2019-06-04 15:44:09 +10:00
committed by GitHub

View File

@@ -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=""):