fix: use PV external in shifttool
Deploy / deploy (push) Successful in 11s

This commit is contained in:
Benjamin Labrecque
2026-07-17 11:52:25 +02:00
parent 362c7ed535
commit a4afabe67d
@@ -15,6 +15,7 @@ locale.setlocale(locale.LC_TIME, "de_CH.UTF-8") # oder 'de_CH.UTF-8'
__version__ = printgetversion(__file__)
PV = get_pv_class()
PV_EXTERNAL = get_pv_external_class()