diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2023-06-08 02:26:28 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2023-06-08 02:26:28 +0300 |
commit | eb825f62ee876e5cf6c6ffc31a7e218d78c94993 (patch) | |
tree | 5d59f0d8ad9a171a714080a3ab75d7adc5d5dc2b /test/test_inverter_monitor.py | |
parent | 3ae1c3b5a7196cd7f556579658244868026b5e11 (diff) |
save
Diffstat (limited to 'test/test_inverter_monitor.py')
-rwxr-xr-x | test/test_inverter_monitor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_inverter_monitor.py b/test/test_inverter_monitor.py index 3b1c6b0..621c0e9 100755 --- a/test/test_inverter_monitor.py +++ b/test/test_inverter_monitor.py @@ -372,5 +372,5 @@ def main(): if __name__ == '__main__': - config.load('test_inverter_monitor') + config.load_app('test_inverter_monitor') main() |