From 2b6f99d4d79d24e5b54effb12a309b786dd3679c Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sat, 7 Nov 2020 19:34:20 +0100 Subject: [PATCH] Change default web path. --- guiltcards.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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): -- 2.30.2