Skip to content

Commit

Permalink
Recover timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitor Magán committed Jun 28, 2021
1 parent 3b3ae46 commit aa23c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/message_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def handle_min_date(_):
return message


@func_set_timeout(10)
@func_set_timeout(22)
def update_centres():
centres_by_date = defaultdict(lambda: list())
centres = requests.post("https://autocitavacuna.sanidadmadrid.org/ohcitacovid/autocita/obtenerCentros",
Expand Down

0 comments on commit aa23c46

Please sign in to comment.