diff options
author | Petr Šmerkl <46304018+SveterCZE@users.noreply.github.com> | 2021-07-04 11:32:57 +0200 |
---|---|---|
committer | Petr Šmerkl <46304018+SveterCZE@users.noreply.github.com> | 2021-07-04 11:32:57 +0200 |
commit | bf0cd1c4c0c3e9115de78f296c5acf6440084750 (patch) | |
tree | 245016757a661a6dae0f6bde54e2840f4095b7f8 /justice_build.py | |
parent | 8acd15d33b24879140463a9952cab9ccc9068083 (diff) | |
download | justice-bf0cd1c4c0c3e9115de78f296c5acf6440084750.tar.gz |
minor correction
Diffstat (limited to 'justice_build.py')
-rw-r--r-- | justice_build.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/justice_build.py b/justice_build.py index 9acf1e7..5850340 100644 --- a/justice_build.py +++ b/justice_build.py @@ -6,7 +6,7 @@ import os def main():
DB_name = "justice.db"
- # backup_DB()
+ backup_DB()
create_DB(DB_name)
valid_files = get_valid_filenames()
os.makedirs("data", exist_ok=True)
|