Commit 8ea3b932 authored by Romain Loth's avatar Romain Loth

arf typos

parent 0713e163
......@@ -203,7 +203,6 @@ def aggs_api():
if 'hapax' in request.args:
try:
hap_thresh = int(request.args['hapax'])
print("new hap_thresh", hap_thresh)
except:
pass
......
......@@ -272,7 +272,7 @@ cmxClt = (function(cC) {
// email available on doors side
// -----------------------------
if (doorsMsg == ("LoginAvailable") {
if (doorsMsg == ("LoginAvailable")) {
// let's see if it's also available on comexdb side
cC.uauth.callUserApi(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment