logging and updata registers file

This commit is contained in:
2019-07-13 21:08:07 +01:00
parent c6552317db
commit 34766a0d32
4 changed files with 22 additions and 11 deletions

View File

@ -0,0 +1,9 @@
import datetime
import RegisterDatapoint
import pickle
with open('registers.pkl', 'rb') as f:
datapoints = pickle.load(f)