Commit 35569a34 authored by Eric Duminil's avatar Eric Duminil
Browse files

not needed anymore

parent bf390623
...@@ -26,7 +26,6 @@ if __name__ == "__main__": ...@@ -26,7 +26,6 @@ if __name__ == "__main__":
for line in html: for line in html:
if m := ZIP_AND_DATE.search(line): if m := ZIP_AND_DATE.search(line):
name, date = m.groups() name, date = m.groups()
print(date)
citygmls.append( citygmls.append(
CityGMLWithDate( CityGMLWithDate(
url=BRANDENBURG.source + name, url=BRANDENBURG.source + name,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment