diff options
author | Petr Šmerkl <46304018+SveterCZE@users.noreply.github.com> | 2021-03-12 23:46:24 +0100 |
---|---|---|
committer | Petr Šmerkl <46304018+SveterCZE@users.noreply.github.com> | 2021-03-12 23:46:24 +0100 |
commit | 3c1fd0285ebff35428ad0512d3e371980642270e (patch) | |
tree | 6722ae49a00c6134d00a40d541b0518b0efc084b /justice_main.py | |
parent | 124e1afc9e91f0ad107db0cc311da7d7db4a65dc (diff) | |
download | justice-3c1fd0285ebff35428ad0512d3e371980642270e.tar.gz |
show supervisory board members in actual extract
Diffstat (limited to 'justice_main.py')
-rw-r--r-- | justice_main.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/justice_main.py b/justice_main.py index 8da9056..f5cf561 100644 --- a/justice_main.py +++ b/justice_main.py @@ -1109,7 +1109,7 @@ def delete_archive(file): purge_DB()
-parse_to_DB("data/sro-full-ceske_budejovice-2021.xml")
+# parse_to_DB("data/sro-full-ceske_budejovice-2021.xml")
# parse_to_DB("data/sro-full-ceske_budejovice-2021.xml")
# parse_to_DB("sro-actual-praha-2020.xml")
@@ -1118,6 +1118,6 @@ def do_both(): general_update("down")
general_update("db_update")
-# do_both()
+do_both()
# cProfile.run('general_update("db_update")')
\ No newline at end of file |