Compare commits

..

4 Commits

+1 -1
View File
@@ -42,7 +42,7 @@ DB_CONFIG = {
}
CHUNK_SIZE = 8 * 1024 * 1024 # 8 MB
DRY_RUN = True # True = pouze vypíše, nesmaže
DRY_RUN = False # True = pouze vypíše, nesmaže
# ============================================================
# HELPERS