make punctuation for # work

This commit is contained in:
Chrys 2020-01-10 17:39:46 +01:00
parent 340421ce5a
commit b4e6b50530

View File

@ -101,6 +101,7 @@ class punctuationManager():
if line.replace(" ","") == '':
continue
if line.replace(" ","").startswith("#"):
if not line.replace(" ","").startswith("#:===:"):
continue
if line.replace(" ","").upper().startswith("[") and \
line.replace(" ","").upper().endswith("DICT]"):