Update doc table formatting

This commit is contained in:
Matthias
2022-08-14 18:22:01 +02:00
parent a29402ddde
commit 464d99808f
2 changed files with 2 additions and 2 deletions

View File

@@ -500,7 +500,7 @@ class IFreqaiModel(ABC):
dk.set_new_model_names(pair, new_trained_timerange)
self.dd.pair_dict[pair]["first"] = False
if self.dd.pair_dict[pair]["priority"] == 1 and self.scanning:
with self.lock:
with dk.analysis_lock:
self.dd.pair_to_end_of_training_queue(pair)
self.dd.save_data(model, pair, dk)