Fix that.
This commit is contained in:
parent
b0f6f1a14c
commit
4c98e587b1
1 changed files with 2 additions and 1 deletions
|
@ -47,5 +47,6 @@ def getTime():
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
os.nice(5)
|
os.nice(5)
|
||||||
|
text = markovifyText(getText())
|
||||||
time.sleep(getTime())
|
time.sleep(getTime())
|
||||||
twitools.tweet(markovifyText(getText()), section = setuptools.MARKOV)
|
twitools.tweet(text, section = setuptools.MARKOV)
|
||||||
|
|
Loading…
Reference in a new issue