Skip to content

Commit

Permalink
update items dir
Browse files Browse the repository at this point in the history
  • Loading branch information
felipelincoln committed Feb 24, 2020
1 parent 071f97f commit 4f1bd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

def cmd_search():
city = var_city.get()
item_file = '../items/' + var_file.get()
item_file = 'items/' + var_file.get()
item_query = open(item_file, 'r').read().replace('\n', ',')[:-1]

response_city = requests.get(data_route + item_query + '?locations=' + city).json()
Expand Down

0 comments on commit 4f1bd2a

Please sign in to comment.