aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Šmerkl <46304018+SveterCZE@users.noreply.github.com>2021-07-04 11:32:57 +0200
committerPetr Šmerkl <46304018+SveterCZE@users.noreply.github.com>2021-07-04 11:32:57 +0200
commitbf0cd1c4c0c3e9115de78f296c5acf6440084750 (patch)
tree245016757a661a6dae0f6bde54e2840f4095b7f8
parent8acd15d33b24879140463a9952cab9ccc9068083 (diff)
downloadjustice-bf0cd1c4c0c3e9115de78f296c5acf6440084750.tar.gz
minor correction
-rw-r--r--justice_build.py2
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)