1
0

Quit after finishing Minecraft backup

This commit is contained in:
Noah 2017-01-12 18:52:19 +00:00
parent c0efe968fe
commit 1c12b5262c

View File

@ -161,6 +161,7 @@ class Application:
# Cull old backups. # Cull old backups.
self.cull_backups() self.cull_backups()
quit()
def cull_backups(self): def cull_backups(self):
"""Trim the backup copies and remove older backups.""" """Trim the backup copies and remove older backups."""