From 8030217b9b2eed603816ce942e05a8f25feb0058 Mon Sep 17 00:00:00 2001 From: Daniel <54587088+Kifixo@users.noreply.github.com> Date: Mon, 7 Mar 2022 14:18:51 +0100 Subject: [PATCH] Hot fix --- worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker.py b/worker.py index 508695b..f31b9bc 100644 --- a/worker.py +++ b/worker.py @@ -43,7 +43,7 @@ class Worker: def first_run(self, args): list = [] - articles = self.request(args['product_name'], 0, args['latitude'], args['longitude'], args['condition'], args['min_price'], args['max_price']) + articles = self.request(args['product_name'], 0, args['latitude'], args['longitude'], args['distance'], args['condition'], args['min_price'], args['max_price']) for article in articles: list.insert(0, article['id'])