request notification reading permission

This commit is contained in:
Lynne 2018-10-29 14:36:21 +10:00
parent 33ea8fe830
commit 11e7a1ff88
1 changed files with 1 additions and 1 deletions

View File

@ -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"):