Remove nice increment

This commit is contained in:
Klaus-Uwe Mitterer 2017-02-21 23:10:04 +01:00
parent 1addaec1bc
commit 3bda230af2

View file

@ -44,7 +44,6 @@ def getTime(now = datetime.datetime.now()):
return (then - datetime.datetime.now()).seconds
if __name__ == "__main__":
os.nice(5)
text = markovifyText(getText())
time.sleep(getTime())
twitools.tweet(text, section = setuptools.MARKOV)