Skip to content

Commit

Permalink
Replace print by consoleLogger
Browse files Browse the repository at this point in the history
  • Loading branch information
wagga40 committed Nov 23, 2021
1 parent dfad746 commit 13855a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zircolite.py
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ def avoidFiles(pathList, avoidFilesList):
if args.nolog: args.logfile = None
consoleLogger = initLogger(args.debug, args.logfile)

print("""
consoleLogger.info("""
███████╗██╗██████╗ ██████╗ ██████╗ ██╗ ██╗████████╗███████╗
╚══███╔╝██║██╔══██╗██╔════╝██╔═══██╗██║ ██║╚══██╔══╝██╔════╝
███╔╝ ██║██████╔╝██║ ██║ ██║██║ ██║ ██║ █████╗
Expand Down

0 comments on commit 13855a4

Please sign in to comment.