Skip to content

Commit

Permalink
this sleep should no longer be necessary after adding explicit waitin…
Browse files Browse the repository at this point in the history
…g to the logging in
  • Loading branch information
jiemakel committed Jun 29, 2021
1 parent c83bb6f commit 7785bbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion finnish_media_scrapers/scripts/fetch_hs.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ def main():
prepare_session_hs(driver, args.username,
args.password, args.max_web_driver_wait)
logging.info("Logged in.")
sleep(3)
os.makedirs(args.output, exist_ok=True)
with open(args.input) as input_file:
csv_input = csv.DictReader(input_file)
Expand Down

0 comments on commit 7785bbd

Please sign in to comment.