- fix missing gc import

This commit is contained in:
cclecle
2022-07-04 17:40:53 +02:00
parent 61dfe375b4
commit b1848bfd33
2 changed files with 2 additions and 1 deletions

View File

@@ -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"

View File

@@ -33,6 +33,7 @@ import re
import requests
import csv
import gzip
import gc
DEFAULT__Cache_Expiration_Second = 600
DEFAULT__Cache_Size_Entries = 2048