Sfoglia il codice sorgente

line break for logging

David 10 anni fa
parent
commit
5514111e9a
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      parser.py

+ 2 - 0
parser.py

@@ -89,3 +89,5 @@ d=db()
 d.purge_error()
 for s in d.sources():
     parseSource(s)
+
+print("###############################################################################")