Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek committed Jun 26, 2024
1 parent edba2ae commit 881748c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jg/plucker/courses_up/spider.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import json
from enum import IntEnum, unique
from pprint import pformat, pprint
from pprint import pformat
from typing import Generator

from scrapy import Request, Spider as BaseSpider
Expand Down Expand Up @@ -104,7 +104,6 @@ def parse_courses(
cz_business_id=course["osoba"]["ico"],
)
except KeyError:
pprint(course)
self.logger.error(f"Failed to parse:\n{pformat(course)}")
raise
yield self.fetch_courses(next_start)
Expand Down

0 comments on commit 881748c

Please sign in to comment.