From 11e7a1ff88354676558bb0940d06e7929eb731f5 Mon Sep 17 00:00:00 2001 From: Lynne Date: Mon, 29 Oct 2018 14:36:21 +1000 Subject: [PATCH] request notification reading permission --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 7ad018b..8bbfc48 100755 --- a/main.py +++ b/main.py @@ -10,7 +10,7 @@ from bs4 import BeautifulSoup import os, sqlite3, signal, sys, json, re import requests -scopes = ["read:statuses", "read:accounts", "read:follows", "write:statuses"] +scopes = ["read:statuses", "read:accounts", "read:follows", "write:statuses", "read:notifications"] cfg = json.load(open('config.json', 'r')) if os.path.exists("clientcred.secret"):