typo fix
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.10"
|
||||
__version__ = "0.3.11"
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user