missing newlines in /etc/aliases

coc
b3yond 2018-10-07 23:01:14 +02:00
parent 0449d892a3
commit 30de2196ac
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,