This commit is contained in:
cclecle
2022-07-25 14:15:15 +02:00
parent 4edd93e2d1
commit c2a4b87cf1
2 changed files with 2 additions and 2 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.10"
__version__ = "0.3.11"

View File

@@ -462,7 +462,7 @@ class ChaChaIPToCountryStorage:
_ipv4setTz["ZZ"][tzlocal.get_localzone_name()] = IPSet(IPNetwork("0.0.0.0/0"))
if DEFAULT__EnableIPV6:
_ipv6setTz["ZZ"] = dict()
_ipv6setTz["ZZ"][tzlocal.get_localzone_name()] = IPSet(IPNetwork(::/0"))
_ipv6setTz["ZZ"][tzlocal.get_localzone_name()] = IPSet(IPNetwork("::/0"))
print("Updating live IPV4 storage")
await self.DataSetlock.acquire()