This commit is contained in:
d3m1g0d
2019-03-11 14:33:26 +01:00
parent d5815fe849
commit 8ee094481c
+2
View File
@@ -21,3 +21,5 @@ class measurementStorage():
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