From 15a839bf6cfc94d9ce5cf1d7519a6071be18137a Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Tue, 17 Oct 2023 08:42:29 +0200 Subject: [PATCH] add frappy.has_changed() to startup --- setups/frappy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setups/frappy.py b/setups/frappy.py index d5b4fcb..c9006f7 100644 --- a/setups/frappy.py +++ b/setups/frappy.py @@ -62,4 +62,5 @@ printinfo(" frappy('') # remove main SE apparatus") printinfo(" frappy() # show the current SE configuration") printinfo("=======================================================================================") set_se_list() +frappy.has_changed() '''