This commit is contained in:
Administrator 2023-11-11 13:04:10 +03:00
parent 6cf63c6684
commit 3e4dfffc84

View File

@ -48,7 +48,7 @@ class Platform:
'enabled': False, 'enabled': False,
'condition': False 'condition': False
} }
experiment_name = exp.json() exp = exp.json()
self.exp_cache[experiment_name] = exp self.exp_cache[experiment_name] = exp
return exp return exp