vm-manager: Fixed quit application not working bug

This commit is contained in:
Qubasa
2023-12-31 14:13:11 +01:00
parent 33afa04b38
commit f1642c6c71
4 changed files with 6 additions and 4 deletions

View File

@@ -146,3 +146,6 @@ class ClanURI:
def __str__(self) -> str:
return self.get_full_uri()
def __repr__(self) -> str:
return f"ClanURI({self.get_full_uri()})"