fix: fix logic of asking for linking
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
@@ -312,9 +312,10 @@ class ObicoExtension(BaseExtension):
|
|||||||
end="",
|
end="",
|
||||||
)
|
)
|
||||||
if not get_confirm("Do you want to link the printers now?"):
|
if not get_confirm("Do you want to link the printers now?"):
|
||||||
self._link_obico_instances(unlinked_instances)
|
Logger.print_info("Linking to Obico server skipped ...")
|
||||||
else:
|
return
|
||||||
Logger.print_info("Linking to server skipped ...")
|
|
||||||
|
self._link_obico_instances(unlinked_instances)
|
||||||
|
|
||||||
def _remove_obico_instances(
|
def _remove_obico_instances(
|
||||||
self,
|
self,
|
||||||
|
|||||||
Reference in New Issue
Block a user