Skip to content

Commit

Permalink
Fixed missing assignment for variable
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMikita committed Mar 10, 2016
1 parent cc1fb30 commit 2736a4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/websearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def process_query(ret, index, query):
query = "|".join(querylist)

repeat = 3
res = None
# Repeate 3 times request because of socket.timeout
while repeat > 0:
try:
Expand Down

0 comments on commit 2736a4a

Please sign in to comment.