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 = []
|
booked_ids = []
|
||||||
try:
|
try:
|
||||||
svc = scraper.BookingService(target, debug=debug)
|
svc = scraper.BookingService(target, debug=debug, hide_sensitive_data=True)
|
||||||
for booked in svc.book(data):
|
for booked in svc.book(data):
|
||||||
booked_ids.append(booked.id)
|
booked_ids.append(booked.id)
|
||||||
except:
|
except:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue