Fix that.

This commit is contained in:
Klaus-Uwe Mitterer 2017-02-21 22:26:09 +01:00
parent a7be36e3cf
commit 069d0c7ed5

View file

@ -47,5 +47,6 @@ def getTime():
if __name__ == "__main__":
os.nice(5)
text = markovifyText(getText())
time.sleep(getTime())
twitools.tweet(markovifyText(getText()), section = setuptools.MARKOV)
twitools.tweet(text, section = setuptools.MARKOV)