Skip to content
Snippets Groups Projects
Commit bf7e2ac7 authored by rxd's avatar rxd
Browse files

change query image size to square

parent 29db51d3
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ def show_search(page=1):
context['query'] = query
context['current'] = page
for one in search_resutlts:
url = 'https://live.staticflickr.com/{}/{}_{}.jpg'.format(
url = 'https://live.staticflickr.com/{}/{}_{}_q.jpg'.format(
one['server'],
one['id'],
one['secret']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment