mirror of
https://github.com/GaMeNu/HFCNotificator.git
synced 2024-11-16 15:24:51 +02:00
README tweaks
This commit is contained in:
parent
44caa0a2f1
commit
0d7d25ed75
@ -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
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user