Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
Disable update check
Browse files Browse the repository at this point in the history
  • Loading branch information
ValdikSS committed May 18, 2017
1 parent 964f72e commit fc74e5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions blockcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -893,10 +893,12 @@ def main():
print("Попытка открытия сайта через прокси во время тестов всегда будет выдавать ошибку. "
"Блокировки по IP будут ложно определяться как DPI.")
print()
'''
latest_version = _get_url("https://raw.githubusercontent.com/ValdikSS/blockcheck/master/latest_version.txt")
if latest_version[0] == 200 and latest_version[1].strip() != VERSION:
print("Доступная новая версия программы: {}. Обновитесь, пожалуйста.".format(latest_version[1].strip()))
print()
'''
if not disable_ipv6:
ipv6_available = check_ipv6_availability()
if (ipv6_available):
Expand Down

0 comments on commit fc74e5b

Please sign in to comment.