From 0290c06b667a6b7c65e91696c96f4a571744d214 Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Wed, 20 Sep 2023 17:30:11 +0200 Subject: [PATCH] call frappy_changed() on startup --- setups/frappy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setups/frappy.py b/setups/frappy.py index ab2543a..8dc69fc 100644 --- a/setups/frappy.py +++ b/setups/frappy.py @@ -64,4 +64,5 @@ printinfo(" frappy('') # remove main SE apparatus") printinfo(" frappy() # show the current SE configuration") printinfo("=======================================================================================") set_se_list() +frappy_changed() '''