aboutsummaryrefslogtreecommitdiffstats
path: root/justice_main.py
diff options
context:
space:
mode:
authorPetr Šmerkl <46304018+SveterCZE@users.noreply.github.com>2021-03-12 23:46:24 +0100
committerPetr Šmerkl <46304018+SveterCZE@users.noreply.github.com>2021-03-12 23:46:24 +0100
commit3c1fd0285ebff35428ad0512d3e371980642270e (patch)
tree6722ae49a00c6134d00a40d541b0518b0efc084b /justice_main.py
parent124e1afc9e91f0ad107db0cc311da7d7db4a65dc (diff)
downloadjustice-3c1fd0285ebff35428ad0512d3e371980642270e.tar.gz
show supervisory board members in actual extract
Diffstat (limited to 'justice_main.py')
-rw-r--r--justice_main.py4
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