Rename to Tally; add Beauty category, Housing -> Household

This commit is contained in:
2026-09-18 22:05:47 +00:00
parent b394fd85a9
commit edbd05a3c9
10 changed files with 33 additions and 17 deletions

View File

@@ -13,7 +13,7 @@ handler = functools.partial(
)
server = http.server.ThreadingHTTPServer((HOST, PORT), handler)
print(
"Pin & Penny running at http://%s:%d (open http://localhost:%d in your browser)"
"Tally running at http://%s:%d (open http://localhost:%d in your browser)"
% (HOST, PORT, PORT),
flush=True,
)