]> git.phdru.name Git - bookmarks_db.git/blobdiff - bkmk2db.py
Charset was guessed if it is not from META and not from HTTP.
[bookmarks_db.git] / bkmk2db.py
index 1e652828692665bfeb64ae242bdb0ca0f9774dbd..bec23f50b949ec397b8aa523f36a465dbb666c5b 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/bin/python -O
+#! /usr/bin/env python
 """
    Convert Netscape Navigator's or Mozilla's bookmarks.html to a database
 
@@ -14,7 +14,7 @@ from bkmk_parser import BkmkParser
 def run():
    optlist, args = getopt(sys.argv[1:], "is")
 
-   show_pbar = not __debug__
+   show_pbar = True
    report_stats = 1
 
    for _opt, _arg in optlist: