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