mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 13:15:53 +12:00
Fix knowledge base
This commit is contained in:
parent
51758fdaea
commit
9fa400fe0f
2 changed files with 159 additions and 159 deletions
|
@ -10,7 +10,7 @@ def get_between(txt, a1, a2):
|
|||
def move_forward(txt, a1, a2):
|
||||
aStart = txt.index(a1)+len(a1)
|
||||
txt = txt[aStart:]
|
||||
aEnd = txt.index(a2)
|
||||
aEnd = txt.index(a2)+len(a2)
|
||||
txt = txt[aEnd:]
|
||||
return txt
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue