Content deleted Content added
Updating source) (bot |
Updating source) (bot |
||
Line 1:
Source as of
== Sandbot1.py ==
Line 171:
print("Clearing {!r}".format(sandbox))
box.edit(reset_text, "Clearing sandbox) (bot", bot=True, force=True)
else:
# The bot will fork, and continue on to the next sandbox
# while the child process waits 3 to 9 minutes
if os.fork() == 0: # Child process
self.wait(box) # Wait takes place in the child process
|