README tweaks

This commit is contained in:
GaMeNu 2023-10-23 01:12:37 +03:00
parent 44caa0a2f1
commit 0d7d25ed75
2 changed files with 2 additions and 2 deletions

View File

@ -27,6 +27,8 @@ Get the latest alerts from up to a certain time back.
## Self-hosting ## Self-hosting
### Requirements ### Requirements
#### Required PyPI packages (run each with `pip install`) #### Required PyPI packages (run each with `pip install`)
**Note:** as of 2023-10-23, discord.py seems to not install properly for Python 3.11 and above.
The fix we've found is to first install the beta version of package `aiohttp` separately (`aiohttp==3.9.0b0`).
``` ```
discord.py discord.py
mysql-connector-python mysql-connector-python

View File

@ -235,8 +235,6 @@ class Notificator(commands.Cog):
return False return False
return True return True
@tasks.loop(seconds=1) @tasks.loop(seconds=1)
async def check_for_updates(self): async def check_for_updates(self):
try: try: