1
0
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:
2019-01-07 14:42:59 +01:00
parent 610fb7f2da
commit f1ffeddd2f
+1 -1
View File
@@ -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: