another queue bug fix for fresh starts

This commit is contained in:
robcaulk 2022-06-02 13:28:06 +02:00
parent 833d25bda0
commit ace951bf7e
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ class IFreqaiModel(ABC):
return dh
if (not self.training_on_separate_thread and not self.follow_mode
and self.data_drawer.pair_dict[metadata['pair']]['priority'] == 1):
and self.data_drawer.pair_dict[metadata['pair']]['priority'] == 1) or coin_first:
file_exists = False
if trained_timestamp != 0: # historical model available