simple English improvement (#2232)
This commit is contained in:
parent
cb3629343b
commit
2960db2352
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ def prepareShutdown():
|
|||
logger.removeHandler(handler)
|
||||
|
||||
import time
|
||||
time.sleep(1) # Wait files to close
|
||||
time.sleep(1) # Wait for files to close
|
||||
|
||||
def restart():
|
||||
args = sys.argv[:]
|
||||
|
|
Loading…
Reference in a new issue