(improvement)(Headless) Support flexible modification of time and like,improve evaluation (#972)

This commit is contained in:
mainmain
2024-05-10 19:11:55 +08:00
committed by GitHub
parent ad5b28cf35
commit 942fd9beed
9 changed files with 482 additions and 390 deletions

View File

@@ -294,7 +294,7 @@ def build_table():
os.remove(db_file)
print("db_file removed!")
print(db_file)
build_internet(db_path,-1)
build_internet(db_path,0)
if __name__ == '__main__':
current_directory = os.path.dirname(os.path.abspath(__file__))
config_file=current_directory+"/config/config.yaml"