mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-15 02:50:42 +08:00
Add local proxy
This commit is contained in:
@@ -9,8 +9,6 @@ logger = logging.getLogger(__name__)
|
||||
|
||||
class PostNotification:
|
||||
def __init__(self):
|
||||
self.token = settings.notification_token
|
||||
self.notification_url = lambda message: f"https://api.pushbullet.com/v2/{self.token}/{message}"
|
||||
self.client = self.getClient()
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user