Remove nice increment
This commit is contained in:
parent
844a522c0a
commit
5d33a4392c
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue