summaryrefslogtreecommitdiff
path: root/plugin.video.eurosportplayer/resources/lib/simple_requests/constants/codes.py
diff options
context:
space:
mode:
authorJinRonin <jin@xyz.de>2018-01-18 20:23:15 +0100
committerMartijn Kaijser <martijn@xbmc.org>2018-01-24 18:14:39 +0100
commit376c75a827b3064a02968888744fd25e5dd5e255 (patch)
treede33e32c55ef0403e27883848f7de1d61fd8ae7d /plugin.video.eurosportplayer/resources/lib/simple_requests/constants/codes.py
parentecc83e939343fbc3a00fe76fc429f1b322648761 (diff)
[plugin.video.eurosportplayer] 2.0.6
Diffstat (limited to 'plugin.video.eurosportplayer/resources/lib/simple_requests/constants/codes.py')
-rw-r--r--plugin.video.eurosportplayer/resources/lib/simple_requests/constants/codes.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugin.video.eurosportplayer/resources/lib/simple_requests/constants/codes.py b/plugin.video.eurosportplayer/resources/lib/simple_requests/constants/codes.py
new file mode 100644
index 0000000..5536a63
--- /dev/null
+++ b/plugin.video.eurosportplayer/resources/lib/simple_requests/constants/codes.py
@@ -0,0 +1,5 @@
+__author__ = 'bromix'
+
+ok = 200
+
+unauthorized = 401 \ No newline at end of file