FIX:(#1880) Gzip module was not being called when trying to download image

This commit is contained in:
evilhero 2018-03-06 14:29:09 -05:00
parent ae3aa9f75b
commit 45ce2bd993
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ import calendar
import itertools
import shutil
import hashlib
import gzip
import os, errno
from StringIO import StringIO
from apscheduler.triggers.interval import IntervalTrigger