Skip to content

Commit

Permalink
<feature> filter web_brower translation engine in network detection
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymousException committed Jun 11, 2024
1 parent 65686a4 commit cbd7197
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/engine_form.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ def detect_network_thread(self, engine, url):
try:
if len(url) > 0:
delay = get_ping_host(url)
else:
return
except Exception as e:
pass
if delay != -1:
Expand Down

0 comments on commit cbd7197

Please sign in to comment.