2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-03-30 06:29:49 +01:00

added link to control panel page

This commit is contained in:
2024-07-03 21:06:54 +03:00
parent 8732641cfd
commit 3ba9f9d5c7
2 changed files with 2 additions and 1 deletions

View File

@@ -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.'