This commit is contained in:
parent
572746b6f7
commit
0b416c8321
1 changed files with 1 additions and 0 deletions
|
@ -890,6 +890,7 @@ while True:
|
||||||
else:
|
else:
|
||||||
try:
|
try:
|
||||||
print(i)
|
print(i)
|
||||||
|
print(i.strip().split(" ")[0])
|
||||||
if i.strip().split(" ")[0][0] == "#" and len(i.strip().split(" ")) == 1:
|
if i.strip().split(" ")[0][0] == "#" and len(i.strip().split(" ")) == 1:
|
||||||
print("Found title: " + i)
|
print("Found title: " + i)
|
||||||
title = True
|
title = True
|
||||||
|
|
Loading…
Add table
Reference in a new issue