move some stuff

This commit is contained in:
fingadumbledore 2022-07-18 11:27:58 +02:00
parent 8958a657da
commit dccc73964d
4 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ def general(name):
httpd.server_close()
print("Server stopped.")
shutil.move('party.db', name)
shutil.move('server.log', name)
if not os.path.exists(ordner):
shutil.move(name, 'sammlung')
else: