make punctuation for # work
This commit is contained in:
parent
340421ce5a
commit
b4e6b50530
@ -101,6 +101,7 @@ class punctuationManager():
|
|||||||
if line.replace(" ","") == '':
|
if line.replace(" ","") == '':
|
||||||
continue
|
continue
|
||||||
if line.replace(" ","").startswith("#"):
|
if line.replace(" ","").startswith("#"):
|
||||||
|
if not line.replace(" ","").startswith("#:===:"):
|
||||||
continue
|
continue
|
||||||
if line.replace(" ","").upper().startswith("[") and \
|
if line.replace(" ","").upper().startswith("[") and \
|
||||||
line.replace(" ","").upper().endswith("DICT]"):
|
line.replace(" ","").upper().endswith("DICT]"):
|
||||||
|
Loading…
Reference in New Issue
Block a user