Remove vestigial user ID special cases.

This commit is contained in:
TLSM 2022-11-06 17:17:23 -05:00 committed by Ben Rog-Wilhelm
parent 010c56a35e
commit 9de6f20dea
13 changed files with 11 additions and 94 deletions

View file

@ -61,8 +61,6 @@ def inject_constants():
"CC":CC,
"CC_TITLE":CC_TITLE,
"listdir":listdir,
"AEVANN_ID":AEVANN_ID,
"PIZZASHILL_ID":PIZZASHILL_ID,
"config":app.config.get,
"DEFAULT_COLOR":DEFAULT_COLOR,
"COLORS":COLORS,