summaryrefslogtreecommitdiff
path: root/plugin.video.eurosportplayer/resources/lib/simple_requests/constants/codes.py
diff options
context:
space:
mode:
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