diff options
Diffstat (limited to 'src/inverterd_emulator.py')
-rwxr-xr-x | src/inverterd_emulator.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/inverterd_emulator.py b/src/inverterd_emulator.py deleted file mode 100755 index 8c4d0bd..0000000 --- a/src/inverterd_emulator.py +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env python3 -import logging - -from home.inverter.emulator import InverterEmulator - - -if __name__ == '__main__': - logging.basicConfig(level=logging.DEBUG) - InverterEmulator(addr=('127.0.0.1', 8305)) |