aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2019-08-27 13:13:24 +0200
committerBryan Newbold <bnewbold@archive.org>2019-08-27 13:13:24 +0200
commit684ac4c360ddd171ce7bfdb602b5144cdc064094 (patch)
treefddf67d87b382c7dcd202a2a85cd853c42967ee4
parent7f2ac554524eb0cd2541a30bea8d683610a5e934 (diff)
downloadchocula-684ac4c360ddd171ce7bfdb602b5144cdc064094.tar.gz
chocula-684ac4c360ddd171ce7bfdb602b5144cdc064094.zip
only fatcat_export 'valid' (syntax) ISSN-Ls
-rwxr-xr-xchocula.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chocula.py b/chocula.py
index 142ad9f..330a273 100755
--- a/chocula.py
+++ b/chocula.py
@@ -1284,7 +1284,7 @@ class ChoculaDatabase():
counts = Counter()
self.db.row_factory = sqlite3.Row
self.c = self.db.cursor()
- for row in self.c.execute('SELECT * FROM journal'):
+ for row in self.c.execute('SELECT * FROM journal WHERE valid_issnl = 1'):
counts['total'] += 1
if not row['name']: