Compare commits

..

2 commits

Author SHA1 Message Date
11c85ba378 Merge branch 'pgsql-db' 2023-11-22 16:05:04 +01:00
cb0bc18785 Add python3 shebang 2023-11-22 16:04:30 +01:00

2
monitoring/db/scripts/get_detailed_power.py Normal file → Executable file
View file

@ -1,3 +1,5 @@
#!/usr/bin/env python3
import argparse
import numpy as np
from collections import OrderedDict