添加投注定时器脚本
This commit is contained in:
@@ -55,7 +55,7 @@ def generate_time_series(start_str, end_str):
|
||||
return series
|
||||
|
||||
def main():
|
||||
predictor = LotteryPredictorV6('data_test_predict/aggregated_stats_v7.json')
|
||||
predictor = LotteryPredictorV6('data_test_predict/aggregated_stats_v7.py')
|
||||
with open("full_history_time_performance.json", "r", encoding="utf-8") as f:
|
||||
time_windows = json.load(f)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user