mirror of
https://github.com/ValdikSS/blockcheck.git
synced 2026-09-14 11:05:48 +05:00
Small fix for IPv6 availability check
This commit is contained in:
parent
b334544f59
commit
4c85be598e
@ -600,6 +600,8 @@ def check_ipv6_availability():
|
||||
return False
|
||||
|
||||
def main():
|
||||
global ipv6_available
|
||||
|
||||
print("BlockCheck v{}".format(VERSION))
|
||||
ipv6_available = check_ipv6_availability()
|
||||
ip_isp = _get_ip_and_isp()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user