This commit is contained in:
parent
0b416c8321
commit
fd9f3eefc8
1 changed files with 1 additions and 0 deletions
|
@ -891,6 +891,7 @@ while True:
|
||||||
try:
|
try:
|
||||||
print(i)
|
print(i)
|
||||||
print(i.strip().split(" ")[0])
|
print(i.strip().split(" ")[0])
|
||||||
|
print(i.strip().split(" ")[0][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