X-Git-Url: https://plomlompom.com/repos/?p=guiltcards;a=blobdiff_plain;f=guiltcards.py;fp=guiltcards.py;h=92cd49b23c9b03f387654a1119404028c455b792;hp=8bf3cb48827ab6c7ae2218ad086d4758d8a84da3;hb=2b6f99d4d79d24e5b54effb12a309b786dd3679c;hpb=60850241c6975af2eb7477dd2d047f5a0f602e07 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):