diff --git a/ChaChaIPToCountryDaemon/_version.py b/ChaChaIPToCountryDaemon/_version.py index 50152cb..b51978e 100644 --- a/ChaChaIPToCountryDaemon/_version.py +++ b/ChaChaIPToCountryDaemon/_version.py @@ -8,4 +8,4 @@ You should have received a copy of the license along with this work. If not, see . """ -__version__ = "0.3.0" \ No newline at end of file +__version__ = "0.3.1" \ No newline at end of file diff --git a/ChaChaIPToCountryDaemon/core.py b/ChaChaIPToCountryDaemon/core.py index c2095c0..20a3464 100644 --- a/ChaChaIPToCountryDaemon/core.py +++ b/ChaChaIPToCountryDaemon/core.py @@ -33,6 +33,7 @@ import re import requests import csv import gzip +import gc DEFAULT__Cache_Expiration_Second = 600 DEFAULT__Cache_Size_Entries = 2048