- fix missing gc import
This commit is contained in:
@@ -8,4 +8,4 @@ You should have received a copy of the license along with this
|
||||
work. If not, see <https://creativecommons.org/licenses/by-nc-sa/4.0/>.
|
||||
"""
|
||||
|
||||
__version__ = "0.3.0"
|
||||
__version__ = "0.3.1"
|
||||
@@ -33,6 +33,7 @@ import re
|
||||
import requests
|
||||
import csv
|
||||
import gzip
|
||||
import gc
|
||||
|
||||
DEFAULT__Cache_Expiration_Second = 600
|
||||
DEFAULT__Cache_Size_Entries = 2048
|
||||
|
||||
Reference in New Issue
Block a user