mirror of https://github.com/janLo/punkow
Hide personal information from log
This commit is contained in:
parent
610fb7f2da
commit
f1ffeddd2f
|
|
@ -58,7 +58,7 @@ def _book(target: str, reqs: typing.List[_WorkerRequest], debug = False) -> typi
|
|||
|
||||
booked_ids = []
|
||||
try:
|
||||
svc = scraper.BookingService(target, debug=debug)
|
||||
svc = scraper.BookingService(target, debug=debug, hide_sensitive_data=True)
|
||||
for booked in svc.book(data):
|
||||
booked_ids.append(booked.id)
|
||||
except:
|
||||
|
|
|
|||
Loading…
Reference in New Issue