Add unexecuted clear. Add option to compress backups

This commit is contained in:
Andrew
2022-03-02 12:55:49 -05:00
parent fec877db7b
commit 61ac97c02e
7 changed files with 45 additions and 2 deletions

View File

@ -594,3 +594,6 @@ class Controller:
self.servers_list.pop(counter)
counter += 1
@staticmethod
def clear_unexecuted_commands():
helpers_management.clear_unexecuted_commands()