aboutsummaryrefslogtreecommitdiff
path: root/bh20simplewebuploader
diff options
context:
space:
mode:
authorAndreaGuarracino2020-08-26 16:56:31 +0200
committerAndreaGuarracino2020-08-26 16:56:31 +0200
commitecd0df9069ff93d57eaaa62648c490a5df08fe53 (patch)
treec77fe9a0e474342d63bd327da50d211d76a2580b /bh20simplewebuploader
parent2acf6a3c466dd296966e2c2c6a7e104e4a40bf31 (diff)
downloadbh20-seq-resource-ecd0df9069ff93d57eaaa62648c490a5df08fe53.tar.gz
bh20-seq-resource-ecd0df9069ff93d57eaaa62648c490a5df08fe53.tar.lz
bh20-seq-resource-ecd0df9069ff93d57eaaa62648c490a5df08fe53.zip
typos in the code; little code refactoring
Diffstat (limited to 'bh20simplewebuploader')
-rw-r--r--bh20simplewebuploader/main.py2
1 files changed, 1 insertions, 1 deletions
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'])