mirror of
https://github.com/janLo/punkow
synced 2026-06-19 15:38:00 +00:00
Hide personal information from log
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user