@@ -162,6 +162,7 @@ def define():
return send_file("html/dictionary.html")
with open(dictionary_json, 'r') as data:
dictionary = json.load(data)
ref = ref.lower()
if not ref in dictionary.keys():
return "{} not found".format(ref)
The note is not visible to the blocked user.