Merge pull request #50 from ticketfrei/rate-limit-39

missing newlines in /etc/aliases
coc
b3yond 2018-10-07 23:05:52 +02:00 committed by GitHub
commit 9a3c09b119
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
db.py
View File

@ -252,7 +252,7 @@ u\d\d?"""
else:
uid = json['uid']
with open("/etc/aliases", "a+") as f:
f.write(city + ": " + config["mail"]["mbox_user"])
f.write(city + ": " + config["mail"]["mbox_user"] + "\n")
self.execute("INSERT INTO email (user_id, email) VALUES(?, ?);",
(uid, json['email']))
self.execute("""INSERT INTO telegram_accounts (user_id, apikey,