Skip to content
Snippets Groups Projects
Commit 96c01338 authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

fixed a broken merge

parent 970d7520
No related branches found
No related tags found
No related merge requests found
......@@ -107,9 +107,7 @@ class Crawler(object):
traceback.print_exc()
print(e)
errors_occured = True
+ tbs.append(e)
tbs.append(e)
if self.verbosity >= INFO:
print("-"*60)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment