diff options
author | Petr Šmerkl <46304018+SveterCZE@users.noreply.github.com> | 2021-05-01 22:10:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-01 22:10:44 +0200 |
commit | 8abcffe0befda618049c3699f3d3d32d72368e9c (patch) | |
tree | 36c6157683cf0bb99f1062171ffe17019464d54f | |
parent | 1659ebff22c23862566734440c0e9e32bd9f2647 (diff) | |
download | justice-8abcffe0befda618049c3699f3d3d32d72368e9c.tar.gz |
Rename justice_main.py to justice_build.py
-rw-r--r-- | justice_build.py (renamed from justice_main.py) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/justice_main.py b/justice_build.py index 835a960..eebca0c 100644 --- a/justice_main.py +++ b/justice_build.py @@ -11,4 +11,4 @@ def main(): create_DB(DB_name)
download_data(typy_po, soudy)
update_DB(typy_po, soudy, DB_name)
-main()
\ No newline at end of file +main()
|