diff --git a/wau/addons.py b/wau/addons.py index 261cf64..6b406e9 100644 --- a/wau/addons.py +++ b/wau/addons.py @@ -81,8 +81,8 @@ class Addon: if len(self.dirs) == 1: self.name = self.dirs[0].name else: - print(f"Please enter AddOn name for {self.url}:") - self.name = input() + print(f"Unable to identify AddOn name for {self.url}") + self.name = input("AddOn name: ") def uninstall(self) -> None: logger.info("Uninstalling %s", self)