From 346c22193d53a3b64f160e00f8c6ce283d4810ee Mon Sep 17 00:00:00 2001 From: Balazs Birtalan Date: Thu, 26 Oct 2023 16:58:46 +0100 Subject: [PATCH] Three sight running mode defined and redefined. Now it has unique, auto and normal running mode. --- .idea/sightplace-rep.iml | 1 + callhandler.py | 5 +- place/js/sight.js | 50 ++----------------- .../templates/base/content/main/content.html | 4 +- place/templates/base/main.html | 1 - place/templates/config.ini | 2 +- sight.py | 1 + sightfactory.py | 14 ++++-- 8 files changed, 21 insertions(+), 57 deletions(-) diff --git a/.idea/sightplace-rep.iml b/.idea/sightplace-rep.iml index e3d8eed..f13dc48 100644 --- a/.idea/sightplace-rep.iml +++ b/.idea/sightplace-rep.iml @@ -11,6 +11,7 @@