We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 709dc85 commit 4efaaaaCopy full SHA for 4efaaaa
src/main.py
@@ -207,6 +207,7 @@ def siteVerify(self, address):
207
logging.info("[OK] %s (Done in %.3fs)" % (content_inner_path, time.time() - s))
208
else:
209
logging.error("[ERROR] %s: invalid file!" % content_inner_path)
210
+ raw_input("Continue?")
211
bad_files += content_inner_path
212
213
logging.info("Verifying site files...")
0 commit comments