Improved spawn interface. Added garbage collector

This commit is contained in:
Qubasa
2023-12-19 17:51:43 +01:00
parent 9d877969c9
commit e0e7324876
4 changed files with 110 additions and 28 deletions

View File

@@ -47,6 +47,7 @@ def list_history() -> list[HistoryEntry]:
def add_history(uri: ClanURI) -> list[HistoryEntry]:
uri.check_exits()
user_history_file().parent.mkdir(parents=True, exist_ok=True)
logs = list_history()
found = False