From ecd0df9069ff93d57eaaa62648c490a5df08fe53 Mon Sep 17 00:00:00 2001 From: AndreaGuarracino Date: Wed, 26 Aug 2020 16:56:31 +0200 Subject: typos in the code; little code refactoring --- bh20simplewebuploader/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bh20simplewebuploader') diff --git a/bh20simplewebuploader/main.py b/bh20simplewebuploader/main.py index 3dbe49a..d3542c3 100644 --- a/bh20simplewebuploader/main.py +++ b/bh20simplewebuploader/main.py @@ -666,7 +666,7 @@ def contact_page(): ## Dynamic API functions starting here ## This is quick and dirty for now, just to get something out and demonstrate the queries ## Feel free to rename the functions/endpoints, feel free to process result so we get nicer JSON -## but most likley you don't want to touch the queries, Cheers. +## but most likely you don't want to touch the queries, Cheers. baseURL='http://sparql.genenetwork.org/sparql/' @app.route('/api/getCount', methods=['GET']) -- cgit v1.2.3