From b3ac51793f413f0697f61caa31c54559b1db8e4e Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Sun, 5 Jul 2020 21:01:34 +0800 Subject: Misc meta fixes - 0BSD is actually a kind of Public Domain License - Changed flask app name to "utab" --- utab/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utab/__main__.py') diff --git a/utab/__main__.py b/utab/__main__.py index 6dddd0b..578c9d6 100644 --- a/utab/__main__.py +++ b/utab/__main__.py @@ -9,7 +9,7 @@ import csv from .pyfav import get_favicon_url from .rendering import * -app = Flask(__name__) +app = Flask("utab") # locate page template at e.g. $XDG_CONFIG_HOME/utab/index.html # and sites json file at utab/sites.json -- cgit v1.2.3