aboutsummaryrefslogtreecommitdiff
path: root/bh20simplewebuploader/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'bh20simplewebuploader/main.py')
-rw-r--r--bh20simplewebuploader/main.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bh20simplewebuploader/main.py b/bh20simplewebuploader/main.py
index e69caa1..1d12d9e 100644
--- a/bh20simplewebuploader/main.py
+++ b/bh20simplewebuploader/main.py
@@ -265,7 +265,7 @@ def send_home():
redis_client.hgetall(tweet_id).items()}
)
except redis.exceptions.ConnectionError as e:
- logging.warning(e)
+ logging.warning(f"redis connect failed {e}")
pass
return render_template('home.html', menu='HOME',
tweets=tweets,
@@ -683,6 +683,7 @@ def contact_page():
## Linked data permanent links/resources
##
sparqlURL='http://sparql.genenetwork.org/sparql/'
+# sparqlURL='http://127.0.0.1:8890//sparql/'
##