diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-03-30 15:47:46 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-03-30 15:47:46 +0100 |
| commit | f99d2d7b13f03e4cc29a8fa9f763dfd5a70102bd (patch) | |
| tree | 0cdeef08b9596e1c4cf5cdeccfdf2eda71ade633 /scraper/util.py | |
| parent | a5f7d45e45439ff3da8ab570af1bf90fb0b15303 (diff) | |
ugh
Diffstat (limited to 'scraper/util.py')
| -rw-r--r-- | scraper/util.py | 1 |
1 files changed, 1 insertions, 0 deletions
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': |
