Skip to content
Snippets Groups Projects
Commit 32030f52 authored by Donatus Herre's avatar Donatus Herre
Browse files

zdb updated

parent 121bfff9
Branches
No related tags found
No related merge requests found
......@@ -303,7 +303,7 @@
"211440-9",
null,
null,
"310816-8",
"521756-8",
"2146250-1",
"231495-2",
"287-2",
......
This diff is collapsed.
......@@ -55,13 +55,17 @@ for zdb_nr in printed:
printed_publisher.append("NO DATA!!")
if counter > 0:
print("PRINTED SERIAL WORKS")
print("")
print("found", str(counter),
"from", str(len(printed_titles)),
"titles of printed serial works with publication place",
"\"Halae\", \"Halis\" or \"Halle\" in ZDB!")
"items with publication place",
"\"Halae\", \"Halis\", \"Halle\", \"Halle,S.\" or \"Halle,Saale\"",
"in ZDB!")
print("")
for i, item_title in enumerate(printed_titles):
if item_title == "NO DATA!!":
continue
num = str(i+1)
if len(num) == 1:
num = " " + num
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment