From f99d2d7b13f03e4cc29a8fa9f763dfd5a70102bd Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 30 Mar 2019 15:47:46 +0100 Subject: ugh --- scraper/util.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scraper/util.py b/scraper/util.py index e1cd61ef..65194fd1 100644 --- a/scraper/util.py +++ b/scraper/util.py @@ -347,6 +347,7 @@ def load_institutions(paperId, paper_location_lookup={}): if paperId in paper_location_lookup: items = paper_location_lookup[paperId] result = [] + print(items) if items['validate_1'] is True or items['validate_1'] == 'TRUE': result.append(['', items['institution_1'], '', '']) if items['validate_2'] is True or items['validate_2'] == 'TRUE': -- cgit v1.2.3-70-g09d2