From: Christian Heller Date: Sat, 7 Nov 2020 18:34:20 +0000 (+0100) Subject: Change default web path. X-Git-Url: https://plomlompom.com/repos/?p=guiltcards;a=commitdiff_plain;h=2b6f99d4d79d24e5b54effb12a309b786dd3679c Change default web path. --- diff --git a/guiltcards.py b/guiltcards.py index 8bf3cb4..92cd49b 100755 --- a/guiltcards.py +++ b/guiltcards.py @@ -3,8 +3,7 @@ from bottle import debug, run, default_app, get, view, request, post, redirect import os import json -web_path = '' -#web_path = '/guiltcards' +web_path = '/guiltcards' cards_dir = 'cards/' def get_card_data(card_id):