Commit 0e13e187 authored by Eric Duminil's avatar Eric Duminil
Browse files

Removing debugging lines

parent 56592f24
...@@ -10,10 +10,6 @@ BERLIN = Bundesland( ...@@ -10,10 +10,6 @@ BERLIN = Bundesland(
if __name__ == "__main__": if __name__ == "__main__":
zip_files = parse_atom_georss(BERLIN) zip_files = parse_atom_georss(BERLIN)
import rich
rich.print(zip_files)
exit()
download_all_files(zip_files) download_all_files(zip_files)
# NOTE: Extracted files are called xml. Rename them to gml: # NOTE: Extracted files are called xml. Rename them to gml:
......
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