Commit 34e77133 authored by W.M.S.T Wijekoon's avatar W.M.S.T Wijekoon

Update routes.py

parent 39259d7b
......@@ -179,4 +179,12 @@ def processInput(input_in_list):
input_in_list[s] = "static/help.jpg"
if "how" in i.lower():
input_in_list[s] = "static/how.png"
if "monday" in i.lower():
input_in_list[s] = "static/monday.jpg"
if "turn" in i.lower():
input_in_list[s] = "static/turn.jpg"
if "left" in i.lower():
input_in_list[s] = "static/left.jpg"
if "south" in i.lower():
input_in_list[s] = "static/south.jpg"
return input_in_list
\ No newline at end of file
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