From 4e79872eae8e9038a3b68df69c6f3ca082c8fc70 Mon Sep 17 00:00:00 2001 From: Lynne Date: Tue, 3 Sep 2019 11:47:59 +1000 Subject: [PATCH] add push scope --- webui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui.py b/webui.py index 95d089f..08b250e 100644 --- a/webui.py +++ b/webui.py @@ -18,7 +18,7 @@ app.config['MYSQL_PASSWORD'] = cfg['db_pass'] mysql = MySQL(app) -scopes = ['write:statuses', 'write:accounts', 'read:accounts', 'read:notifications', 'read:statuses'] +scopes = ['write:statuses', 'write:accounts', 'read:accounts', 'read:notifications', 'read:statuses', 'push'] @app.route("/") def home():