From 3ba9f9d5c784d042a7a7dfa0556a8eafe8e754d8 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Wed, 3 Jul 2024 21:06:54 +0300 Subject: added link to control panel page --- core/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/utils.py') diff --git a/core/utils.py b/core/utils.py index 40483e3..77aba9d 100644 --- a/core/utils.py +++ b/core/utils.py @@ -172,7 +172,7 @@ def parse_aliases(aliasfile): print(message) continue - print(f"{key} => {target}") + # print(f"{key} => {target}") aliases.append((key,target)) except: message = f' ** Cannot open {filepath} for text file reading even though it is a file.' -- cgit v1.2.3