]> git.phdru.name Git - bookmarks_db.git/blobdiff - bkmk2db.py
phd.pp.ru => phdru.name.
[bookmarks_db.git] / bkmk2db.py
index 954b246d3a45a7269c6ccad15b43cb4b9a60cf02..946dfbdf96e3a9bdaa46d3b8d811908616668ac3 100755 (executable)
@@ -2,7 +2,7 @@
 """
    Convert Netscape Navigator's or Mozilla's bookmarks.html to a database
 
-   Written by BroytMann. Copyright (C) 1997-2003 PhiloSoft Design
+   Written by Broytman. Copyright (C) 1997-2003 PhiloSoft Design
 """
 
 
@@ -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: