Advertisement
Adlx

kyofu_ebooks ORDER=1

Feb 14th, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. When ORDER=1:
  2.  
  3. adumont@denia:~/heroku_apps/kyofu_ebooks$ python ebooks.py
  4. 2382 tweets found in adumont
  5. 2382 total tweets found
  6. Traceback (most recent call last):
  7. File "ebooks.py", line 249, in <module>
  8. main(sys.argv[1:])
  9. File "ebooks.py", line 242, in main
  10. ebook_tweet = try_build_tweet(source_tweets, order)
  11. File "ebooks.py", line 120, in try_build_tweet
  12. ebook_tweet = mine.generate_sentence()
  13. File "/home/adumont/heroku_apps/kyofu_ebooks/markov3.py", line 41, in generate_sentence
  14. if seed_words[0][0].isupper():
  15. IndexError: list index out of range
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement