diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-07-03 21:06:54 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-07-03 21:06:54 +0300 |
commit | 3ba9f9d5c784d042a7a7dfa0556a8eafe8e754d8 (patch) | |
tree | 165ec13f847fab1258d796d8c20b2d2495e1c0bc /core/utils.py | |
parent | 8732641cfdd01db2a12ef0e88309300e89b07cf7 (diff) | |
download | troggle-3ba9f9d5c784d042a7a7dfa0556a8eafe8e754d8.tar.gz troggle-3ba9f9d5c784d042a7a7dfa0556a8eafe8e754d8.tar.bz2 troggle-3ba9f9d5c784d042a7a7dfa0556a8eafe8e754d8.zip |
added link to control panel page
Diffstat (limited to 'core/utils.py')
-rw-r--r-- | core/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
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.' |