We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1029cb4 commit 50250c8Copy full SHA for 50250c8
1 file changed
resources/lib/twitch/__init__.py
@@ -1,6 +1,8 @@
1
# -*- encoding: utf-8 -*-
2
3
-VERSION = '1.3.0'
+import xbmcaddon
4
+
5
+VERSION = xbmcaddon.Addon('script.module.python.twitch').getAddonInfo('version')
6
CLIENT_ID = ''
7
CLIENT_SECRET = ''
8
OAUTH_TOKEN = ''
0 commit comments