List with special characters are handled properly

This commit is contained in:
2015-08-10 09:26:07 -05:00
parent bad468560a
commit 100f483a86
3 changed files with 4 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ def find_item(id, listItem):
def find_list(name, lists):
for i in range(0, len(lists)):
if lists[i]["slug"] == name: return lists[i]["id"]
if lists[i]["name"] == name: return lists[i]["id"]
def find_previous_reply(id, listItem):
for i in range(0, len(listItem)):