From cabe2a8271c7a84a7e98ff9543a7c12da72f952e Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Fri, 19 Jun 2026 08:44:02 +0200 Subject: [PATCH] remove stick together with main --- new.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/new.py b/new.py index 872a653..adfe2d2 100644 --- a/new.py +++ b/new.py @@ -297,6 +297,9 @@ class FrappyManager(Readable): stick = cfg except FileNotFoundError: pass + else: + if stick is None: + stick = '' # remove stick together with main if stick is not None: if stick_item: to_remove[stick_item] = self._secnodes.pop(stick_item)