Update Readme.

This commit is contained in:
Stephan Porada
2019-06-26 17:20:44 +02:00
parent da71594aa9
commit 0c1dc03af5
6 changed files with 57 additions and 9 deletions

View File

@ -103,6 +103,9 @@ class Command(BaseCommand):
# self.stdout.write("\tSpeech ID is:" + str(speech.speech_id))
# self.stdout.write("\tPrevious Speech ID is:" + str(speech.previous_speech_id))
# self.stdout.write("\tNext Speech ID is:" + str(speech.next_speech_id))
speaker_party_then = current_e.xpath(".//damalige_fraktion")[0]
speech.speaker_party_then = speaker_party_then.text
print(speech.speaker_party_then)
speaker_type = current_e.xpath("//@typ")[0]
speech.speaker_type = speaker_type
speaker_id = current_e.xpath(".//redner/@id")[0]