Skip to content

Commit

Permalink
use https://www.google.com instead of http://
Browse files Browse the repository at this point in the history
  • Loading branch information
pipiche38 authored Jan 14, 2025
1 parent 1653cf0 commit 26d7009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/checkingUpdate.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def is_internet_available(self):
Returns:
bool: True if the internet is available, False otherwise.
"""
url = "http://www.google.com"
url = "https://www.google.com"
timeout = 3

try:
Expand Down

0 comments on commit 26d7009

Please sign in to comment.