From c2a4b87cf15e46e691af708f69ba39dcbb4e1d28 Mon Sep 17 00:00:00 2001 From: cclecle Date: Mon, 25 Jul 2022 14:15:15 +0200 Subject: [PATCH] typo fix --- ChaChaIPToCountryDaemon/_version.py | 2 +- ChaChaIPToCountryDaemon/core.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChaChaIPToCountryDaemon/_version.py b/ChaChaIPToCountryDaemon/_version.py index 752dc0e..2d04aa5 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.10" \ No newline at end of file +__version__ = "0.3.11" \ No newline at end of file diff --git a/ChaChaIPToCountryDaemon/core.py b/ChaChaIPToCountryDaemon/core.py index 32ee7bc..72202e3 100644 --- a/ChaChaIPToCountryDaemon/core.py +++ b/ChaChaIPToCountryDaemon/core.py @@ -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()