From 41cac38fcd77132a6f89b0333047c62fd377423d Mon Sep 17 00:00:00 2001 From: SeanChenTaipei Date: Fri, 10 Mar 2023 01:39:40 +0800 Subject: [PATCH] finetune --- main.py | 8 +------- templates/result_view.html | 18 ++++++++---------- 2 files changed, 9 insertions(+), 17 deletions(-) diff --git a/main.py b/main.py index 5e30042..f624e37 100644 --- a/main.py +++ b/main.py @@ -33,13 +33,7 @@ SQL_CONFIG = dict( port=os.getenv("PGPORT"), password=os.getenv("PGPASSWORD") ) -# SQL_CONFIG = dict( -# database="railway", -# user="postgres", -# host="containers-us-west-103.railway.app", -# port="5913", -# password="gv5Mh7cPjCm9YTjAmsYD" -# ) + # SQL_CONFIG = {@ # 'database': "tpm", # 'user': "hsienchen", diff --git a/templates/result_view.html b/templates/result_view.html index f396704..5412dd9 100644 --- a/templates/result_view.html +++ b/templates/result_view.html @@ -21,7 +21,7 @@