Skip to content

Commit

Permalink
nitpicking
Browse files Browse the repository at this point in the history
  • Loading branch information
lekma committed Apr 1, 2020
1 parent 3df8fbc commit 9656148
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.dlive"
name="DLive"
version="0.1.0"
version="0.1.1"
provider-name="lekma">
<requires>
<import addon="xbmc.python" version="2.26.0" />
Expand Down
5 changes: 1 addition & 4 deletions lib/dlive/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/"

Expand Down

0 comments on commit 9656148

Please sign in to comment.