From 96561480344cec53f4f8f249bdf7ccae802d3a72 Mon Sep 17 00:00:00 2001 From: Malek Date: Wed, 1 Apr 2020 13:35:09 +0200 Subject: [PATCH] nitpicking --- addon.xml | 2 +- lib/dlive/api.py | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/addon.xml b/addon.xml index fbe0a5b..1700109 100644 --- a/addon.xml +++ b/addon.xml @@ -1,7 +1,7 @@ diff --git a/lib/dlive/api.py b/lib/dlive/api.py index f8d9c9b..8084a12 100644 --- a/lib/dlive/api.py +++ b/lib/dlive/api.py @@ -50,10 +50,7 @@ def request(self, *args, **kwargs): class DLiveService(object): - _headers_ = { - "Accept": "application/json", - "Content-Type": "application/json" - } + _headers_ = {} _query_url_ = "https://graphigo.prd.dlive.tv/"