summaryrefslogtreecommitdiff
path: root/crawler.py
diff options
context:
space:
mode:
Diffstat (limited to 'crawler.py')
-rw-r--r--crawler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawler.py b/crawler.py
index b188a86..0146586 100644
--- a/crawler.py
+++ b/crawler.py
@@ -30,7 +30,7 @@ class Crawler(object):
"Authorization": "Bearer " + self._token,
"X-TITLE-ID": "semc-vainglory",
"Accept": "application/vnd.api+json",
- "Content-Encoding": "gzip"
+ "Accept-Encoding": "gzip"
}
try:
while True: