Whoops, remember the @ in the default value for the mention setting

This commit is contained in:
Danielle McLean 2018-09-21 13:35:12 +10:00
parent 346e1f71f3
commit 41a6d07c4f
Signed by: 00dani
GPG Key ID: 8EB789DDF3ABD240
1 changed files with 1 additions and 1 deletions

2
gen.py
View File

@ -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'],