downgrade emoji to silence deprecation warning

This commit is contained in:
Ben Harris 2022-05-09 16:52:19 -04:00
parent 8c2197a0d7
commit 2fd0b3a770
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Mastodon.py==1.5.1
emoji==1.7.0
emoji~=1.6.3
ircrobots==0.6.1
PyYAML==6.0
PyYAML==6.0

View File

@ -5,7 +5,7 @@ After=tooter.service
[Service]
Type=simple
WorkingDirectory=/home/ben/workspace/tooter
ExecStart=/home/ben/workspace/tooter/venv/bin/python3 -u tooter.py
ExecStart=/home/ben/workspace/tooter/venv/bin/python3 -u tooter.py config.yaml
Restart=always
RestartSec=5
StartLimitInterval=60s