From 35aaa9ee8734777530e5af9026ca0470cc44f0a3 Mon Sep 17 00:00:00 2001 From: jenz Date: Sun, 22 Feb 2026 20:16:14 +0100 Subject: [PATCH] updated README with old version of scrapy that uses epoll reactor as default --- event_notification/python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/event_notification/python/README.md b/event_notification/python/README.md index 636b637..7e1ca93 100644 --- a/event_notification/python/README.md +++ b/event_notification/python/README.md @@ -2,4 +2,4 @@ source venv/bin/activate pip3 list pip3 install mysql-connector-python pip3 install discord.py -pip3 install scrapy +pip install "scrapy==2.6.3"