diff options
Diffstat (limited to 'utab')
-rw-r--r-- | utab/__main__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |