Whoops, remember the @ in the default value for the mention setting
This commit is contained in:
parent
346e1f71f3
commit
41a6d07c4f
1 changed files with 1 additions and 1 deletions
2
gen.py
2
gen.py
|
@ -7,7 +7,7 @@ import re, random, subprocess
|
|||
from os import environ
|
||||
|
||||
mistress = environ.get('mistress', 'lynne')
|
||||
mention = environ.get('mention', 'lynnesbian@deadinsi.de')
|
||||
mention = environ.get('mention', '@lynnesbian@deadinsi.de')
|
||||
|
||||
client = Mastodon(
|
||||
client_id=environ['client_id'],
|
||||
|
|
Loading…
Reference in a new issue