Scrape Add selected if match dound

nightly
Andrew 4 years ago
parent 64554952d3
commit 4725cf58fc
  1. 4
      stashr/utils.py

@ -1084,7 +1084,9 @@ def new_get_scrape_candidates(item):
scrape_item.scrape_json = json.dumps(candidates.results)
scrape_item.scrape_candidate = scrape_candidate
scrape_item.scrape_match = match_found
scrape_item.scrape_add = match_found
database.session.merge(scrape_item)
database.session.commit()

Loading…
Cancel
Save