添加docker支持

This commit is contained in:
2020-12-01 11:03:49 +08:00
parent fbc0c1e4f1
commit 1158907a6f
6 changed files with 103 additions and 7 deletions

View File

@ -99,5 +99,5 @@ class Scanner:
if __name__ == '__main__':
scanner = Scanner("database/database.db", "6.9更新总库.txt")
scanner = Scanner("database/database.db", "source/6.9更新总库.txt")
scanner.start()