commit
This commit is contained in:
@@ -20,4 +20,6 @@ class measurementStorage():
|
||||
def loadTemp(self):
|
||||
with self.storagePath / 'temp.thz' as tempfile:
|
||||
return json.load(tempfile)
|
||||
|
||||
|
||||
def tempToFile(self):
|
||||
self
|
||||
|
||||
Reference in New Issue
Block a user