Rename to Tally; add Beauty category, Housing -> Household
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user