diff options
author | Petr Šmerkl <46304018+SveterCZE@users.noreply.github.com> | 2021-04-05 18:26:08 +0200 |
---|---|---|
committer | Petr Šmerkl <46304018+SveterCZE@users.noreply.github.com> | 2021-04-05 18:26:08 +0200 |
commit | 0279c2c4edbeea14a801271e273078a21b5b9fd6 (patch) | |
tree | f5e22b3829fff2222500f3a08d9e49e8cabf782c /justice_main.py | |
parent | 779defc902762ac84d28ade55fa1fc3860a3e54d (diff) | |
download | justice-0279c2c4edbeea14a801271e273078a21b5b9fd6.tar.gz |
More tweaks
Diffstat (limited to 'justice_main.py')
-rw-r--r-- | justice_main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/justice_main.py b/justice_main.py index 16b9a84..f668140 100644 --- a/justice_main.py +++ b/justice_main.py @@ -9,6 +9,6 @@ def main(): DB_name = "justice.db"
create_DB(DB_name)
- # download_data(typy_po, soudy)
+ download_data(typy_po, soudy)
update_DB(typy_po, soudy, DB_name)
main()
\ No newline at end of file |