Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
url-checker
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Romain Courteaud
url-checker
Commits
c5ee8ceb
Commit
c5ee8ceb
authored
Oct 31, 2019
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not crash if all resolvers are unreachable
parent
c10c5931
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
urlchecker_bot.py
urlchecker_bot.py
+1
-1
No files found.
urlchecker_bot.py
View file @
c5ee8ceb
...
...
@@ -32,7 +32,7 @@ class WebBot:
self
.
_db
,
status_id
,
self
.
config
[
"DNS"
].
split
()
)
if
not
resolver_dict
:
r
aise
NotImplementedError
(
"No resolver available"
)
r
eturn
# Calculate the full list of domain to check
domain_list
=
self
.
config
[
"DOMAIN"
].
split
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment