diff --git a/build.py b/build.py index 0a66453..d46469f 100755 --- a/build.py +++ b/build.py @@ -26,9 +26,9 @@ # main switches IPv4 = True -IPv6 = False -PROGRESS = True # disable for less verbose output; automated jobs -REFRESH_DATA = False +IPv6 = True +PROGRESS = False # enable for debugging +REFRESH_DATA = True # you may not need to modify those STATUS_INTERVAL = 10_000